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

winebus.sys: Add a trailing linefeed to a couple of FIXME()s.

parent c35b41a3
......@@ -629,7 +629,7 @@ static NTSTATUS sdl_device_physical_effect_update(struct unix_device *iface, BYT
break;
case PID_USAGE_ET_CUSTOM_FORCE_DATA:
FIXME("not implemented!");
FIXME("not implemented!\n");
break;
}
......
......@@ -1090,7 +1090,7 @@ static NTSTATUS lnxev_device_physical_effect_update(struct unix_device *iface, B
break;
case PID_USAGE_ET_CUSTOM_FORCE_DATA:
FIXME("not implemented!");
FIXME("not implemented!\n");
break;
}
......
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