diff options
author | rpj <rpj> | 1999-03-11 17:35:30 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-03-11 17:35:30 +0000 |
commit | c181e5bb2ccf9d351553eaadf66578df441024a6 (patch) | |
tree | c59e76f6f29845b7652d1e6f1eb62a4f4a2efc12 /tests/tryentercs2.c | |
parent | b14e60afab45a7bc5eff231f408505a1bec6b436 (diff) |
Wed Mar 10 10:41:52 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* tryentercs.c: Apply typo patch from bje.
* tryentercs2.c: Ditto.
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 +} + |