From: Tomas Mraz Date: Mon, 26 Nov 2012 16:16:30 +0000 (+0100) Subject: Fix up also the const in comment. X-Git-Tag: cronie1.4.10~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ca57b8bf5f144e5ac9435b856c7c7925feb0d2e;p=cronie Fix up also the const in comment. --- 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