1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

winebrowser: Remove misleading comment.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
Eric Pouech 2023-11-10 18:08:42 +01:00 committed by Alexandre Julliard
parent 21222ad7cd
commit 99dd763e18

View File

@ -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[])
{