Revision: 6029 Author: iratqq Date: Sun Oct 11 13:19:03 2009 Log: * uim/ffi.c (c_ffi_call): - Oops, forgotten break.
http://code.google.com/p/uim/source/detail?r=6029 Modified: /trunk/uim/ffi.c ======================================= --- /trunk/uim/ffi.c Sun Oct 11 11:13:39 2009 +++ /trunk/uim/ffi.c Sun Oct 11 13:19:03 2009 @@ -379,6 +379,7 @@ *((void **)p) = C_PTR(CDR(arg_)); arg_types[i] = &ffi_type_pointer; arg_values[i] = p; + break; case RET_SCM: p = uim_malloc(sizeof(void *)); *((void **)p) = CDR(arg_);
