diff --git a/kern/win32.c b/kern/win32.c index d18c790..fa79c1d 100644 --- a/kern/win32.c +++ b/kern/win32.c @@ -448,7 +448,7 @@ oserrstr(void) long showfilewrite(char *a, int n) { - Rune *action, *arg, *cmd, *p; + Rune *action, *arg, *cmd; static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 }; cmd = runesmprint("%.*s", n, a); diff --git a/libsec/tlshand.c b/libsec/tlshand.c index 9777de1..0d04a66 100644 --- a/libsec/tlshand.c +++ b/libsec/tlshand.c @@ -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: