aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.c')
-rw-r--r--lib/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.c b/lib/lib.c
index 81c89650..332a0d01 100644
--- a/lib/lib.c
+++ b/lib/lib.c
@@ -931,7 +931,7 @@ void sigatexit(void *handler)
// Output a nicely formatted table of all the signals.
void list_signals(void)
{
- int i = 0, count = 0;
+ int i = 1, count = 0;
unsigned cols = 80;
char *name;