aboutsummaryrefslogtreecommitdiff
path: root/textcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'textcomp.c')
-rw-r--r--textcomp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/textcomp.c b/textcomp.c
index f82a91c..1ff769f 100644
--- a/textcomp.c
+++ b/textcomp.c
@@ -78,8 +78,9 @@ int getcode(int c) {
default:
fprintf(stderr, "unhandled ASCII code %d\n", c);
exit(1);
- break;
}
+
+ return 0; /* never executes, shut gcc -Wall up */
}
void appendbit(unsigned char b) {