Typo corrected

This commit is contained in:
Richard Levitte 2000-03-14 04:16:10 +00:00
parent 8824ec7cd5
commit 008fee3838

View File

@ -262,7 +262,7 @@ static void xopenlog(BIO* bp, const char* name, int level)
VMS_OPC_target = level; VMS_OPC_target = level;
} }
statis void xsyslog(BIO *bp, int priority, const char *string) static void xsyslog(BIO *bp, int priority, const char *string)
{ {
struct descriptor_s opc_dsc; struct descriptor_s opc_dsc;
struct opcdef *opcdef_p; struct opcdef *opcdef_p;