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/08/29 18:02:10 UTC

svn commit: r809151 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/time.c

Author: mturk
Date: Sat Aug 29 16:02:10 2009
New Revision: 809151

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

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/time.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/time.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/time.c?rev=809151&r1=809150&r2=809151&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/time.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/time.c Sat Aug 29 16:02:10 2009
@@ -48,7 +48,6 @@
     else
         return 0;
 }
-#endif
 
 ACR_DECLARE(acr_uint32_t) ACR_Acr2DosTime(acr_time_t t)
 {