Fix non-standard code in report().

This commit is contained in:
Gerald Pfeifer 2004-02-20 01:09:31 +00:00 committed by Alexandre Julliard
parent 6cc56740f5
commit 3061e97b47

View file

@ -417,6 +417,7 @@ report (enum report_type t, ...)
funcs = quiet_funcs;
return 0;
default:
break;
}
if (!funcs) {