From 5c8b2501f7276af61008a7bdefebf992c3c5394a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 11 Jul 2000 12:50:08 +1000 Subject: Added missing ; --- bsd-snprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd-snprintf.h b/bsd-snprintf.h index 2946c6613..ed7a21c97 100644 --- a/bsd-snprintf.h +++ b/bsd-snprintf.h @@ -6,7 +6,7 @@ #include /* 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 -- cgit v1.2.3