aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index fd0639ba..ec0b74d0 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -231,7 +231,8 @@ static void help_cb(Widget *w, void *)
a_UIcmd_open_urlstr(bw, urlstr);
dFree(urlstr);
} else {
- MSG("Can't read local help file at \"%s\". Getting remote help...\n", path);
+ MSG("Can't read local help file at \"%s\"."
+ " Getting remote help...\n", path);
a_UIcmd_open_urlstr(bw, "http://www.dillo.org/dillo2-help.html");
}
dFree(path);