Commit 874d671e authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed stupid typo in previous patch.

parent ab246a67
......@@ -316,7 +316,7 @@ static BOOL process_init( char *argv[] )
return FALSE;
/* Parse command line arguments */
OPTIONS_ParseOptions( info ? argv : NULL );
OPTIONS_ParseOptions( !info ? argv : NULL );
app_argc = 0;
while (argv[app_argc]) app_argc++;
......
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