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/04/08 13:14:22 UTC

svn commit: r763186 - /commons/sandbox/runtime/trunk/src/main/native/include/acr.h

Author: mturk
Date: Wed Apr  8 11:14:22 2009
New Revision: 763186

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

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

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr.h?rev=763186&r1=763185&r2=763186&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr.h Wed Apr  8 11:14:22 2009
@@ -120,7 +120,7 @@
 typedef  ssize_t            acr_ssize_t;
 typedef  long long          acr_int64_t;
 typedef  unsigned long long acr_uint64_t;
-if CC_SIZEOF_OFF64_T 
+#if CC_SIZEOF_OFF64_T 
 typedef  off64_t            acr_off_t;
 #else
 typedef  int64_t            acr_off_t;