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

msi: Add a trailing linefeed to a FIXME() trace.

parent 5e7b8891
......@@ -1843,7 +1843,7 @@ static INT internal_ui_handler(MSIPACKAGE *package, INSTALLMESSAGE eMessageType,
;
}
default:
FIXME("internal UI not implemented for message 0x%08x (UI level = %x)", eMessageType, package->ui_level);
FIXME("internal UI not implemented for message 0x%08x (UI level = %x)\n", eMessageType, package->ui_level);
return 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