From b0fc9fea4b0e5fe3c4d235bf5520cfa67907b793 Mon Sep 17 00:00:00 2001 From: luther Date: Tue, 29 Aug 2000 18:14:27 +0000 Subject: Tue Aug 29 13:07:55 2000 Luther J Baker --- PACE/pace/win32/fcntl.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PACE/pace') diff --git a/PACE/pace/win32/fcntl.inl b/PACE/pace/win32/fcntl.inl index 10b84146ea1..b821d7bbfc9 100644 --- a/PACE/pace/win32/fcntl.inl +++ b/PACE/pace/win32/fcntl.inl @@ -20,7 +20,7 @@ pace_creat (const char * path, pace_mode_t mode) { /* Emulation is still buggy! creat (path, mode); */ PACE_UNUSED_ARG (path); - PACE_UNUSED_ARG (mode) + PACE_UNUSED_ARG (mode); PACE_ERRNO_NO_SUPPORT_RETURN (-1); } #endif /* PACE_HAS_POSIX_FS_UOF */ -- cgit v1.2.1