INSPECT : Increase size of combined parm list.

Change-Id: I18e55fc809ff4d336d4d198377bc04e3a14e2a20
diff --git a/examples/inspect.c b/examples/inspect.c
index 050e3da..db546f5 100644
--- a/examples/inspect.c
+++ b/examples/inspect.c
@@ -112,7 +112,7 @@
 static const arg_def_t combined_arg =
     ARG_DEF("comb", "combined", 1, "combinining parameters into one output.");
 
-int combined_parm_list[5];
+int combined_parm_list[15];
 int combined_parm_count = 0;
 
 static const arg_def_t *main_args[] = { &limit_arg,