Skip to content
Snippets Groups Projects
Commit b40c79c6 authored by rswindell's avatar rswindell
Browse files

Cosmetic fix.

parent f297c806
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ int main() ...@@ -58,7 +58,7 @@ int main()
perror(LOCK_FNAME); perror(LOCK_FNAME);
return(errno); 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(); getkey();
if(_beginthread( if(_beginthread(
sopen_test_thread /* entry point */ sopen_test_thread /* entry point */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment