Commit 95c90f77 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Fix usage printf.

parent c3b7da47
......@@ -53,7 +53,7 @@ int main (int argc, char *argv[])
if (argc <= 1)
{
fprintf( stderr, "Usage: winebrowser URL\n", argv[0] );
fprintf( stderr, "Usage: winebrowser URL\n" );
return 1;
}
......
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