remove extraneous comment

This commit is contained in:
Neale Pickett 2012-01-06 23:32:38 -07:00
parent 086e09927a
commit ffa7d64249
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ main(int argc, char *argv[])
change_state(INVERSE, 0, 0);
} else if (31 == c) {
change_state(UNDERLINE, 0, 0);
} else if (15 == c) { /* mIRC reset everything */
} else if (15 == c) {
change_state(RESET, 0, 0);
} else if ('\n' == c) {
change_state(RESET, 0, 0);