Fixed stupid typo in previous patch.

This commit is contained in:
Alexandre Julliard 2002-04-15 15:38:10 +00:00
parent ab246a679b
commit 874d671e22

View file

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