diff options
Diffstat (limited to 'otherlibs/unix/cstringv.c')
-rw-r--r-- | otherlibs/unix/cstringv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/cstringv.c b/otherlibs/unix/cstringv.c index b7a8619e4..a85c8a3e2 100644 --- a/otherlibs/unix/cstringv.c +++ b/otherlibs/unix/cstringv.c @@ -15,8 +15,7 @@ #include <memory.h> #include "unixsupport.h" -char ** cstringvect(arg) - value arg; +char ** cstringvect(value arg) { char ** res; mlsize_t size, i; |