Added missing ;

This commit is contained in:
Damien Miller 2000-07-11 12:50:08 +10:00
parent 5d879bc8ea
commit 5c8b2501f7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <sys/types.h> /* For size_t */
#ifndef HAVE_SNPRINTF
int snprintf(char *str, size_t count, const char *fmt, ...)
int snprintf(char *str, size_t count, const char *fmt, ...);
#endif /* !HAVE_SNPRINTF */
#ifndef HAVE_VSNPRINTF