[Python-checkins] r86470 - python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal.h

stefan.krah python-checkins at python.org
Mon Nov 15 12:01:32 CET 2010


Author: stefan.krah
Date: Mon Nov 15 12:01:32 2010
New Revision: 86470

Log:
Fix typo.



Modified:
   python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal.h

Modified: python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal.h
==============================================================================
--- python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal.h	(original)
+++ python/branches/py3k-cdecimal/Modules/cdecimal/mpdecimal.h	Mon Nov 15 12:01:32 2010
@@ -72,7 +72,7 @@
     #define ASM
   #else
     #error "unknown architecture for universal build."
-  #endif"
+  #endif
 #endif
 
 


More information about the Python-checkins mailing list