From b40c79c6faa39dfd3490166fda659a9d7b35364c Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 8 Apr 2003 04:26:23 +0000 Subject: [PATCH] Cosmetic fix. --- src/xpdev/wraptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpdev/wraptest.c b/src/xpdev/wraptest.c index b3d413d744..67a815ccbb 100644 --- a/src/xpdev/wraptest.c +++ b/src/xpdev/wraptest.c @@ -58,7 +58,7 @@ int main() perror(LOCK_FNAME); return(errno); } - printf("%s is opened with an exclusive (read/write) lock",LOCK_FNAME); + printf("%s is opened with an exclusive (read/write) lock\n",LOCK_FNAME); getkey(); if(_beginthread( sopen_test_thread /* entry point */ -- GitLab