Fix for debug message buffer overflow in library tab.

oldstable
Hajime Segawa 2005-07-05 16:18:10 +00:00 committed by Alexandre Julliard
parent 9fef38488a
commit 7e27691c1e
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ static const char* mode_to_string(enum dllmode mode)
/* Convert a dllmode to a pretty string for display. TODO: use translations. */
static const char* mode_to_label(enum dllmode mode)
{
WINE_FIXME("translate me");
WINE_FIXME("translate me\n");
return mode_to_string(mode);
}