summaryrefslogtreecommitdiff
path: root/irc_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_parse.c')
-rw-r--r--irc_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_parse.c b/irc_parse.c
index 98820a3..29a98dc 100644
--- a/irc_parse.c
+++ b/irc_parse.c
@@ -284,7 +284,7 @@ irc_token* irc_parse(char *str, int sz)
//*(tok[j].e+1)=0x0;
//write(0,"]\n",2);
}
- if (tok_cnt < 2 )
+ if (tok_cnt < 2 )
{
printf("Not enought tokens\n");
};