You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/11 16:48:56 UTC

svn commit: r813861 - /commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h

Author: mturk
Date: Fri Sep 11 14:48:56 2009
New Revision: 813861

URL: http://svn.apache.org/viewvc?rev=813861&view=rev
Log:
Fix typos

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h?rev=813861&r1=813860&r2=813861&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h Fri Sep 11 14:48:56 2009
@@ -1296,11 +1296,11 @@
 #define ACR_TO_OS_ERROR(e)   (e)
 
 #define ACR_GET_OS_ERROR()   (_SysGetLastError())
-#define ACR_SET_OS_ERROR(e)  (SetLastError((e))
+#define ACR_SET_OS_ERROR(e)  (SetLastError((e)))
 
 /* A special case, only socket calls require this:
  */
-#define ACR_GET_NETOS_ERROR()    (_NetGetLastError((e))
+#define ACR_GET_NETOS_ERROR()    (_NetGetLastError((e)))
 #define ACR_SET_NETOS_ERROR(e)   (WSASetLastError((e)))
 
 /* ACR CANONICAL ERROR TESTS */