Fix a typo

This commit is contained in:
JD Horelick 2010-03-05 19:18:38 -05:00
parent 67cecc2b22
commit a039358ed0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#include "s_newconf.h"
#include "logger.h"
#include "chmode.h"
#include "irc_dictionary.h";
#include "irc_dictionary.h"
/* bitmasks for error returns, so we send once per call */
#define SM_ERR_NOTS 0x00000001 /* No TS on channel */