Commit 4e81171e authored by Alexandre Julliard's avatar Alexandre Julliard

winver: Fix program exit code.

parent 766ee169
......@@ -24,5 +24,5 @@
int PASCAL WinMain (HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
{
return ShellAboutA(NULL, PACKAGE_NAME, PACKAGE_STRING, 0);
return !ShellAboutA(NULL, PACKAGE_NAME, PACKAGE_STRING, 0);
}
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