Fixed typo
This commit is contained in:
parent
3a5189f6d2
commit
1ed82d8ca6
@ -67,7 +67,7 @@ char* strlwr(char* s);
|
|||||||
#ifdef HAVE_STDARG_H
|
#ifdef HAVE_STDARG_H
|
||||||
int snprintf (char *str,size_t count,const char *fmt,...);
|
int snprintf (char *str,size_t count,const char *fmt,...);
|
||||||
#else
|
#else
|
||||||
int snprintf (va_alist);
|
int snprintf (va_list);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if !defined(HAVE_VSNPRINTF)
|
#if !defined(HAVE_VSNPRINTF)
|
||||||
|
Reference in New Issue
Block a user