diff options
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index b8aefb6..052daf2 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -183,7 +183,7 @@ struct slbt_exec_ctx_impl { int fdwrapper; char ** lout[2]; char ** mout[2]; - char * vbuffer[]; + char ** vbuffer; }; struct slbt_archive_ctx_impl { |