summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/slibtool_driver_impl.h2
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 {