From 6ca57b8bf5f144e5ac9435b856c7c7925feb0d2e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 26 Nov 2012 17:16:30 +0100 Subject: [PATCH] Fix up also the const in comment. --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index c08827b..a9b7103 100644 --- a/src/misc.c +++ b/src/misc.c @@ -582,7 +582,7 @@ void log_close(void) { #endif /*SYSLOG*/ } -/* char *first_word(char *s, char *t) +/* char *first_word(const char *s, const char *t) * return pointer to first word * parameters: * s - string we want the first word of -- 2.40.0