diff --git a/src/xpdev/wraptest.c b/src/xpdev/wraptest.c
index b3d413d74462c2cac04e534a7740d3e0332b3ea4..67a815ccbbdfd7f950dc3841417841aa3be7cfc3 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 */