Fixed typo.

This commit is contained in:
jgarcia 2006-09-01 15:15:32 +00:00
parent ea3f304c98
commit ab5a829ee4

View file

@ -39,7 +39,7 @@
:cstring (string "char*")
:char* (string "char*")
:short ((integer #.si:c-short-min #.si:c-short-max) "short")
:unsigned-short ((integer 0 #.si:c-short-max) "unsigned short")
:unsigned-short ((integer 0 #.si:c-ushort-max) "unsigned short")
))