Commit 3061e97b authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fix non-standard code in report().

parent 6cc56740
...@@ -417,6 +417,7 @@ report (enum report_type t, ...) ...@@ -417,6 +417,7 @@ report (enum report_type t, ...)
funcs = quiet_funcs; funcs = quiet_funcs;
return 0; return 0;
default: default:
break;
} }
if (!funcs) { if (!funcs) {
......
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