updates. New data types.
[silc.git] / includes / silcincludes.h
index 224525d5887fd4f81576604c983cff119e8d32cb..d793c4b3efd06370733d8fd30634f89a0dd0dc97 100644 (file)
@@ -142,7 +142,7 @@ typedef unsigned char uint8;
 typedef signed char int8;
 
 #if SILC_SIZEOF_SHORT > 2
-#error "size of the short must be 2 bytes"
+#error "sizeof short must be 2 bytes"
 #endif
 
 typedef unsigned short uint16;