diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-03-28 18:13:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-03-28 18:13:45 +0200 |
commit | 73b7f5f12c77c6434c2ffbd2257ab0d0439731e7 (patch) | |
tree | 54f63cf3d0e5de2ef6c9fda04583e48ad135418b /sys/src/9/pc/ether8390.c | |
parent | c3004ddf25d1940d5bc7aec9cf8db387add82f7f (diff) |
panic: trailing newlines
Diffstat (limited to 'sys/src/9/pc/ether8390.c')
-rw-r--r-- | sys/src/9/pc/ether8390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/ether8390.c b/sys/src/9/pc/ether8390.c index 50d7ce396..f38d6900a 100644 --- a/sys/src/9/pc/ether8390.c +++ b/sys/src/9/pc/ether8390.c @@ -309,7 +309,7 @@ top: crda = regr(ctlr, Crda0); crda |= regr(ctlr, Crda1)<<8; if(crda != to) - panic("crda write %lud to %lud\n", crda, to); + panic("crda write %lud to %lud", crda, to); break; } |