mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace.
This commit is contained in:
parent
e8da744f48
commit
5e04053d88
|
@ -134,7 +134,7 @@ static void load_plugin(PluginHost *host)
|
|||
return;
|
||||
}
|
||||
|
||||
FIXME("No IPersistPeropertyBag iface \n");
|
||||
FIXME("No IPersistPropertyBag iface\n");
|
||||
}
|
||||
|
||||
static void activate_plugin(PluginHost *host)
|
||||
|
|
Loading…
Reference in New Issue