]> granicus.if.org Git - cronie/commitdiff
Fix up also the const in comment.
authorTomas Mraz <tmraz@fedoraproject.org>
Mon, 26 Nov 2012 16:16:30 +0000 (17:16 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 26 Nov 2012 16:16:30 +0000 (17:16 +0100)
src/misc.c

index c08827b94bb00b5ed336cdc62a65b303a78928f4..a9b71034ccb90ed209c25b0a10e901acaf68b9da 100644 (file)
@@ -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