Commit 98c1c8e7 authored by Paul TBBle Hampson's avatar Paul TBBle Hampson Committed by Alexandre Julliard

dinput: Add missing newline to trace message.

parent a26da7b7
......@@ -203,7 +203,7 @@ static void _dump_EnumDevices_dwFlags(DWORD dwFlags) {
};
TRACE(" flags: ");
if (dwFlags == 0) {
TRACE("DIEDFL_ALLDEVICES");
TRACE("DIEDFL_ALLDEVICES\n");
return;
}
for (i = 0; i < (sizeof(flags) / sizeof(flags[0])); i++)
......
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