Skip to content

Commit

Permalink
winebrowser: Remove misleading comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Pouech <[email protected]>
  • Loading branch information
Eric Pouech authored and julliard committed Nov 10, 2023
1 parent 21222ad commit 99dd763
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions programs/winebrowser/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,7 @@ static WCHAR *convert_file_uri(IUri *uri)
}

/*****************************************************************************
* Main entry point. This is a console application so we have a wmain() not a
* winmain().
* Main entry point.
*/
int wmain(int argc, WCHAR *argv[])
{
Expand Down

0 comments on commit 99dd763

Please sign in to comment.