\n at end of stderr error message

svn path=/trunk/kdebase/kwin/; revision=86598
This commit is contained in:
Harri Porten 2001-03-12 13:24:01 +00:00
parent d6b5bc931a
commit 84e023711c

View file

@ -63,7 +63,7 @@ int x11ErrorHandler(Display *d, XErrorEvent *e){
|| e->request_code == X_GrabKey
)
&& (e->error_code == BadAccess)) {
fprintf(stderr, i18n("kwin: it looks like there's already a window manager running. kwin not started").local8Bit());
fprintf(stderr, i18n("kwin: it looks like there's already a window manager running. kwin not started.\n").local8Bit());
exit(1);
}