Commit df949b4e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

port: Remove unneeded casts of zero.

parent dc46cd04
...@@ -1203,8 +1203,8 @@ getopt (argc, argv, optstring) ...@@ -1203,8 +1203,8 @@ getopt (argc, argv, optstring)
const char *optstring; const char *optstring;
{ {
return _getopt_internal (argc, argv, optstring, return _getopt_internal (argc, argv, optstring,
(const struct option *) 0, NULL,
(int *) 0, NULL,
0); 0);
} }
......
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