mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix typo in comment
This commit is contained in:
parent
262f8bf11f
commit
a231098e28
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue