Fix typo in forward declaration

This commit is contained in:
Olly Betts 2015-03-18 13:42:53 +13:00
commit 7eb890e64f

View file

@ -130,7 +130,7 @@ CAMLextern int64 Int64_val(caml_value_t v);
SWIGSTATIC CAML_VALUE caml_array_new( int n );
SWIGSTATIC void caml_array_set( CAML_VALUE arr, int n, CAML_VALUE item );
SWIGSTATIC CAML_VALUE caml_array_nth( CAML_VALUE arr, int n );
SWIGSTATIC int caml_array_length( CAML_VALUE arr );
SWIGSTATIC int caml_array_len( CAML_VALUE arr );
SWIGSTATIC CAML_VALUE caml_val_char( char c );
SWIGSTATIC CAML_VALUE caml_val_uchar( unsigned char c );