commit | 32886f6b8876169069ad09c11cf210d660a15a75 | [log] [tgz] |
---|---|---|
author | James Juran <jamesjuran@alumni.psu.edu> | Fri May 24 21:17:59 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 24 21:17:59 2002 +0000 |
tree | a66c5ffd0ff9c3804ad49707ecb4a6ef9a206f48 | |
parent | 236893c620915355a52324a98e1d0fe046d5a5ad [diff] [blame] |
Add missing \n to output messages.
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; }