summaryrefslogtreecommitdiff
path: root/tests/tryentercs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tryentercs.c')
-rw-r--r--tests/tryentercs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tryentercs.c b/tests/tryentercs.c
index 1125611..536e5fe 100644
--- a/tests/tryentercs.c
+++ b/tests/tryentercs.c
@@ -6,7 +6,7 @@
*/
#include <windows.h>
-#include<process.h>
+#include <process.h>
#include <stdio.h>
/*
@@ -67,4 +67,5 @@ main()
(_try_enter_critical_section == NULL) ? "Mutexes" : "Critical Sections");
return(0);
-} \ No newline at end of file
+}
+