diff options
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ static void search_cb(Widget *wid, void *data) /* * Callback for the help button. - */ + */ static void help_cb(Widget *w, void *) { char *path = dStrconcat(DILLO_DOCDIR, "user_help.html", NULL); |