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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-10-20 16:37:14 +02:00 committed by Alexandre Julliard
parent c35b41a3f2
commit c4d5010fbf
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}