Commit 268226b6 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

compobj.dll16: void functions should not return a value.

parent 8a4b7f9f
...@@ -306,7 +306,7 @@ void WINAPI CoUninitialize16(void) ...@@ -306,7 +306,7 @@ void WINAPI CoUninitialize16(void)
*/ */
void WINAPI CoFreeUnusedLibraries16(void) void WINAPI CoFreeUnusedLibraries16(void)
{ {
return CoFreeUnusedLibraries(); CoFreeUnusedLibraries();
} }
/*********************************************************************** /***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment