Explorar o código

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)
FdaSilvaYY %!s(int64=8) %!d(string=hai) anos
pai
achega
10acff61e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/win32_init.c

+ 1 - 1
apps/win32_init.c

@@ -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