mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix not-c code
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1742)
This commit is contained in:
parent
c0dba2cca4
commit
10acff61e1
@ -302,6 +302,6 @@ void win32_utf8argv(int *argc, char **argv[])
|
||||
return;
|
||||
}
|
||||
#else
|
||||
void win32_utf8argv(int &argc, char **argv[])
|
||||
void win32_utf8argv(int *argc, char **argv[])
|
||||
{ return; }
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user