Add missing \n to output messages.
diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c
index 82dc347..90dfb8e 100644
--- a/dlls/advapi32/crypt.c
+++ b/dlls/advapi32/crypt.c
@@ -1051,7 +1051,7 @@
TRACE("(0x%lx, %ld, %08ld, %p, %p)\n", hHash, dwKeySpec, dwFlags, pbSignature, pdwSigLen);
if (sDescription)
- WARN("The sDescription parameter is not supported (and no longer used). Ignoring.");
+ WARN("The sDescription parameter is not supported (and no longer used). Ignoring.\n");
if (!hash)
CRYPT_ReturnLastError(ERROR_INVALID_HANDLE);
@@ -1233,7 +1233,7 @@
TRACE("(0x%lx, %p, %ld, 0x%lx, %08ld)\n", hHash, pbSignature,
dwSigLen, hPubKey, dwFlags);
if (sDescription)
- WARN("The sDescription parameter is not supported (and no longer used). Ignoring.");
+ WARN("The sDescription parameter is not supported (and no longer used). Ignoring.\n");
if (!hash || !key)
CRYPT_ReturnLastError(ERROR_INVALID_HANDLE);
diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c
index 7441c6d..286fa69 100644
--- a/dlls/comctl32/commctrl.c
+++ b/dlls/comctl32/commctrl.c
@@ -438,7 +438,7 @@
}
r.left += 3;
if (style & SBT_RTLREADING)
- FIXME("Usupported RTL style!");
+ FIXME("Unsupported RTL style!\n");
DrawTextW (hdc, text, -1, &r, align|DT_VCENTER|DT_SINGLELINE);
SetBkMode(hdc, oldbkmode);
}
diff --git a/dlls/dinput/keyboard/main.c b/dlls/dinput/keyboard/main.c
index 7394f9c..5298f78 100644
--- a/dlls/dinput/keyboard/main.c
+++ b/dlls/dinput/keyboard/main.c
@@ -304,7 +304,7 @@
if (current != NULL)
{
- FIXME("Not more than one keyboard can be acquired at the same time.");
+ FIXME("Not more than one keyboard can be acquired at the same time.\n");
SysKeyboardAImpl_Unacquire(iface);
}
@@ -336,7 +336,7 @@
if (current == This)
current = NULL;
else
- ERR("this != current");
+ ERR("this != current\n");
This->acquired = 0;
diff --git a/dlls/gdi/freetype.c b/dlls/gdi/freetype.c
index 6ede5c7..418ba3f 100644
--- a/dlls/gdi/freetype.c
+++ b/dlls/gdi/freetype.c
@@ -710,7 +710,7 @@
}
if(offset < 0) {
- FIXME("No suitable ratio found");
+ FIXME("No suitable ratio found\n");
return ppem;
}
diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c
index 6d6e064..44f4ce0 100644
--- a/dlls/imm32/imm.c
+++ b/dlls/imm32/imm.c
@@ -246,7 +246,7 @@
case VER_PLATFORM_WIN32_WINDOWS: return -1;
case VER_PLATFORM_WIN32_NT: return 0;
default:
- FIXME("%ld not supported",version.dwPlatformId);
+ FIXME("%ld not supported\n",version.dwPlatformId);
return -1;
}
}
@@ -269,7 +269,7 @@
case VER_PLATFORM_WIN32_WINDOWS: return -1;
case VER_PLATFORM_WIN32_NT: return 0;
default:
- FIXME("%ld not supported",version.dwPlatformId);
+ FIXME("%ld not supported\n",version.dwPlatformId);
return -1;
}
}
@@ -491,7 +491,7 @@
case VER_PLATFORM_WIN32_NT:
return 0;
default:
- FIXME("%ld not supported",version.dwPlatformId);
+ FIXME("%ld not supported\n",version.dwPlatformId);
return VK_PROCESSKEY;
}
}
diff --git a/dlls/ntdll/cdrom.c b/dlls/ntdll/cdrom.c
index 3ba63cf..590558c 100644
--- a/dlls/ntdll/cdrom.c
+++ b/dlls/ntdll/cdrom.c
@@ -629,7 +629,7 @@
break;
case IOCTL_CDROM_TRACK_ISRC:
size = sizeof(SUB_Q_CURRENT_POSITION);
- FIXME("TrackIsrc: NIY on linux");
+ FIXME("TrackIsrc: NIY on linux\n");
data->TrackIsrc.FormatCode = IOCTL_CDROM_TRACK_ISRC;
data->TrackIsrc.Tcval = 0;
io = 0;
diff --git a/dlls/shlwapi/reg.c b/dlls/shlwapi/reg.c
index 8f839d4..028441c 100644
--- a/dlls/shlwapi/reg.c
+++ b/dlls/shlwapi/reg.c
@@ -1596,7 +1596,7 @@
if (!lpszValue)
{
- WARN("Invalid lpszValue would crash under Win32!");
+ WARN("Invalid lpszValue would crash under Win32!\n");
return FALSE;
}
@@ -1616,7 +1616,7 @@
if (!lpszValue)
{
- WARN("Invalid lpszValue would crash under Win32!");
+ WARN("Invalid lpszValue would crash under Win32!\n");
return FALSE;
}
diff --git a/dlls/winedos/dosvm.c b/dlls/winedos/dosvm.c
index 35f89d1..227d954 100644
--- a/dlls/winedos/dosvm.c
+++ b/dlls/winedos/dosvm.c
@@ -226,7 +226,7 @@
memset(&context,0,sizeof(context));
(*relay)(&context,data);
} else {
- ERR("IRQ without DOS task: should not happen");
+ ERR("IRQ without DOS task: should not happen\n");
}
}
}
@@ -613,7 +613,7 @@
memset(&context,0,sizeof(context));
(*relay)(&context,data);
} else {
- ERR("IRQ without DOS task: should not happen");
+ ERR("IRQ without DOS task: should not happen\n");
}
}
diff --git a/graphics/x11drv/graphics.c b/graphics/x11drv/graphics.c
index ef686ae..7e34689 100644
--- a/graphics/x11drv/graphics.c
+++ b/graphics/x11drv/graphics.c
@@ -1316,7 +1316,7 @@
Window root;
int x, y, w, h, border, depth;
- FIXME("this is not correct for managed windows");
+ FIXME("this is not correct for managed windows\n");
TSXGetGeometry( gdi_display, physDev->drawable, &root,
&x, &y, &w, &h, &border, &depth );
lpp->x = x;
diff --git a/graphics/x11drv/xfont.c b/graphics/x11drv/xfont.c
index 93a5bd7..eb98e66 100644
--- a/graphics/x11drv/xfont.c
+++ b/graphics/x11drv/xfont.c
@@ -644,7 +644,7 @@
j = strlen(lfd->pixel_size);
if( j == 0 || j > 3 )
{
- WARN(ridiculous, fullname, "pixel_size");
+ WARN(ridiculous, fullname, "pixel_size\n");
return FALSE;
}
if( !(fi->lfd_height = atoi(lfd->pixel_size)) )
@@ -653,7 +653,7 @@
j = strlen(lfd->point_size);
if( j == 0 || j > 3 )
{
- WARN(ridiculous, fullname, "point_size");
+ WARN(ridiculous, fullname, "point_size\n");
return FALSE;
}
if( !(atoi(lfd->point_size)) )
@@ -662,7 +662,7 @@
j = strlen(lfd->resolution_x);
if( j == 0 || j > 3 )
{
- WARN(ridiculous, fullname, "resolution_x");
+ WARN(ridiculous, fullname, "resolution_x\n");
return FALSE;
}
if( !(fi->lfd_resolution = atoi(lfd->resolution_x)) )
@@ -671,7 +671,7 @@
j = strlen(lfd->resolution_y);
if( j == 0 || j > 3 )
{
- WARN(ridiculous, fullname, "resolution_y");
+ WARN(ridiculous, fullname, "resolution_y\n");
return FALSE;
}
if( !(atoi(lfd->resolution_y)) )
diff --git a/msdos/ppdev.c b/msdos/ppdev.c
index e7eec66..5444e30 100644
--- a/msdos/ppdev.c
+++ b/msdos/ppdev.c
@@ -126,7 +126,7 @@
{
WARN("Configuration: %s uses the same virtual ports as %s\n",
buffer,PPDeviceList[0].devicename);
- WARN("Configuration: Rejecting configuration item");
+ WARN("Configuration: Rejecting configuration item\n");
userbase = 0;
break;
}
diff --git a/objects/region.c b/objects/region.c
index 94696f7..60b3f6e 100644
--- a/objects/region.c
+++ b/objects/region.c
@@ -920,14 +920,14 @@
TRACE(" %p %ld %p = ", lpXform, dwCount, rgndata );
if( lpXform )
- WARN("(Xform not implemented - ignored) ");
+ WARN("(Xform not implemented - ignored)\n");
if( rgndata->rdh.iType != RDH_RECTANGLES )
{
/* FIXME: We can use CreatePolyPolygonRgn() here
* for trapezoidal data */
- WARN("(Unsupported region data) ");
+ WARN("(Unsupported region data)\n");
goto fail;
}
@@ -945,7 +945,7 @@
TRACE("%04x\n", hrgn );
return hrgn;
}
- else ERR("Could not get pointer to newborn Region!");
+ else ERR("Could not get pointer to newborn Region!\n");
}
fail:
WARN("Failed\n");
diff --git a/windows/sysparams.c b/windows/sysparams.c
index 7e7b5f7..f7fce71 100644
--- a/windows/sysparams.c
+++ b/windows/sysparams.c
@@ -336,7 +336,7 @@
if (RegCreateKeyExA( HKEY_CURRENT_USER, WINE_CURRENT_USER_REGKEY,
0, 0, REG_OPTION_VOLATILE, KEY_ALL_ACCESS, 0,
&volatile_key, 0 ) != ERROR_SUCCESS)
- ERR("Can't create wine configuration registry branch");
+ ERR("Can't create wine configuration registry branch\n");
}
return volatile_key;
}