mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[ZIPFLDR] Make function prototype consistent
It is the only function in that file that used this format, all the others are one line. Spotted by Whindmar Saksit.
This commit is contained in:
parent
359c9c7b42
commit
6d853be981
1 changed files with 1 additions and 5 deletions
|
@ -174,11 +174,7 @@ STDAPI DllUnregisterServer()
|
|||
|
||||
EXTERN_C
|
||||
BOOL WINAPI
|
||||
RouteTheCall(
|
||||
IN HWND hWndOwner,
|
||||
IN HINSTANCE hInstance,
|
||||
IN PCWSTR lpStringArg,
|
||||
IN INT Show)
|
||||
RouteTheCall(IN HWND hWndOwner, IN HINSTANCE hInstance, IN PCWSTR lpStringArg, IN INT Show)
|
||||
{
|
||||
CStringW path = lpStringArg;
|
||||
PathRemoveBlanksW(path.GetBuffer());
|
||||
|
|
Loading…
Reference in a new issue