Fixed typo

This commit is contained in:
Semen Panevin 2011-03-20 19:15:25 +00:00
parent 3a5189f6d2
commit 1ed82d8ca6

View File

@ -67,7 +67,7 @@ char* strlwr(char* s);
#ifdef HAVE_STDARG_H
int snprintf (char *str,size_t count,const char *fmt,...);
#else
int snprintf (va_alist);
int snprintf (va_list);
#endif
#endif
#if !defined(HAVE_VSNPRINTF)