[project @ 2002-09-04 16:46:40 by ross]
authorross <unknown>
Wed, 4 Sep 2002 16:46:40 +0000 (16:46 +0000)
committerross <unknown>
Wed, 4 Sep 2002 16:46:40 +0000 (16:46 +0000)
Fix typo.

include/CTypes.h

index 25b9ad8..a008e15 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: CTypes.h,v 1.5 2002/09/04 16:05:29 simonmar Exp $
+ * $Id: CTypes.h,v 1.6 2002/09/04 16:46:40 ross Exp $
  *
  * Dirty CPP hackery for CTypes/CTypesISO
  *
@@ -21,7 +21,7 @@ INSTANCE_NUM(T) ; \
 INSTANCE_READ(T) ; \
 INSTANCE_SHOW(T) ; \
 INSTANCE_ENUM(T) ; \
-INSTANCE_STORABLE(T) : \
+INSTANCE_STORABLE(T) ; \
 INSTANCE_TYPEABLE0(T,C,S) ;
 
 #define INTEGRAL_TYPE(T,C,S,B) \