diff options
Diffstat (limited to 'tests/tryentercs2.c')
-rw-r--r-- | tests/tryentercs2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tryentercs2.c b/tests/tryentercs2.c index adce6df..5b4dee6 100644 --- a/tests/tryentercs2.c +++ b/tests/tryentercs2.c @@ -6,7 +6,7 @@ */ #include <windows.h> -#include<process.h> +#include <process.h> #include <stdio.h> /* @@ -56,4 +56,5 @@ main() (_try_enter_critical_section == NULL) ? "Mutexes" : "Critical Sections"); return(0); -}
\ No newline at end of file +} + |