aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kirc.c b/kirc.c
index 5a11817..8f23bf6 100644
--- a/kirc.c
+++ b/kirc.c
@@ -20,7 +20,7 @@
[-W columns] [-o path] [-h|v|V]"
static int conn; /* connection socket */
-static size_t verb = 0; /* verbose output (e.g. raw stream) */
+static int verb = 0; /* verbose output (e.g. raw stream) */
static size_t cmax = 80; /* max number of chars per line */
static size_t gutl = 10; /* max char width of left column */
static char * host = "irc.freenode.org"; /* irc host address */