aboutsummaryrefslogtreecommitdiff
path: root/display_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'display_args.c')
-rw-r--r--display_args.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/display_args.c b/display_args.c
index 1c15f22..2669228 100644
--- a/display_args.c
+++ b/display_args.c
@@ -36,6 +36,8 @@ display_arg(enum tof type, struct process *proc,
switch (info->type) {
case ARGTYPE_VOID:
return 0;
+ case ARGTYPE_IGNORE:
+ return 0; /* Empty gap between commas */
case ARGTYPE_INT:
return fprintf(output, "%d",
(int)gimme_arg(type, proc, arg_num));