Fix usage printf.

oldstable
Huw Davies 2005-03-21 12:32:24 +00:00 committed by Alexandre Julliard
parent c3b7da47f8
commit 95c90f771b
1 changed files with 1 additions and 1 deletions

View File

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