missig semi-colon

This commit is contained in:
Mark Andrews 2001-04-03 06:01:36 +00:00
parent b0d36cc22b
commit 2dafe8a9f3

View file

@ -102,7 +102,7 @@ int daemon(int nochdir, int noclose);
#endif
#ifdef NEED_STRSEP
char * strsep(char **stringp, const char *delim)
char * strsep(char **stringp, const char *delim);
#endif
#endif