diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-02-19 09:49:46 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-02-19 09:49:46 +0000 |
| commit | 6049116fb66c9cd530ff90350fc92c0a80119ec9 (patch) | |
| tree | 31a55554146871bd5eef1c29cbd962e24c40f2a7 /man/2/itslib | |
| parent | 12ac827e529ef6383a8bf5d1b171f5009b669a43 (diff) | |
20090219-0949
Diffstat (limited to 'man/2/itslib')
| -rw-r--r-- | man/2/itslib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/2/itslib b/man/2/itslib index 4b12bcd6..a1f62b49 100644 --- a/man/2/itslib +++ b/man/2/itslib @@ -92,7 +92,7 @@ init(ctxt: ref Draw->Context, argv: list of string) report(sev: int, verb: int, msg: string) { if (tconf != nil) tconf.report(sev, verb, msg); - else sys->print("%d:%s\n", sev, msg); + else sys->print("%d:%s\en", sev, msg); } .EE |
