mirror of git://anongit.mindrot.org/openssh.git
Added missing ;
This commit is contained in:
parent
5d879bc8ea
commit
5c8b2501f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue