mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
winemenubuilder: Add a trailing '\n' to a FIXME() call.
This commit is contained in:
parent
31f7eb790f
commit
4a9b52549e
@ -514,7 +514,7 @@ static BOOL SaveIconResAsPNG(const BITMAPINFO *pIcon, const char *png_filename,
|
||||
case 32:
|
||||
return SaveTrueColorIconResAsPNG(pIcon, png_filename, commentW);
|
||||
default:
|
||||
WINE_FIXME("unsupported bpp %d, please report", pIcon->bmiHeader.biBitCount);
|
||||
WINE_FIXME("unsupported bpp %d, please report\n", pIcon->bmiHeader.biBitCount);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user