Fix typo in comment

This commit is contained in:
Hallvard Furuseth 2003-06-27 19:12:07 +00:00
parent 262f8bf11f
commit a231098e28

View File

@ -75,7 +75,7 @@ int ber_pvt_snprintf( char *str, size_t n, const char *fmt, ... )
va_end( ap );
return res;
}
#endif /* !HAVE_VSNPRINTF */
#endif /* !HAVE_SNPRINTF */
#ifdef HAVE_EBCDIC
/* stdio replacements with ASCII/EBCDIC translation for OS/390.