summaryrefslogtreecommitdiff
path: root/prtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'prtype.c')
-rw-r--r--prtype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/prtype.c b/prtype.c
index 6be200d..0b2e1f9 100644
--- a/prtype.c
+++ b/prtype.c
@@ -651,6 +651,8 @@ PrintENUMERATED(
fprintf(stdout, "%s", p->Name);
else
fprintf(stdout, "**INVALID** (%ld)", n);
+
+ return length;
}
/* ************************************************************ */
@@ -701,6 +703,8 @@ PrintSET(
fprintf(stdout, "<ALL>");
else if (!FoundOne)
fprintf(stdout, "0");
+
+ return length;
}