cleanup suggested by Geoff Collyer

This commit is contained in:
Russ Cox
2011-01-02 18:33:44 -05:00
parent 7211f00b30
commit 6fb8584800
2 changed files with 2 additions and 2 deletions

View File

@ -1199,7 +1199,7 @@ msgClear(Msg *m)
switch(m->tag) {
default:
sysfatal("msgClear: unknown message type: %d\n", m->tag);
sysfatal("msgClear: unknown message type: %d", m->tag);
case HHelloRequest:
break;
case HClientHello: