aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.cc')
-rw-r--r--src/menu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.cc b/src/menu.cc
index 37f84c5e..ac8ff2ac 100644
--- a/src/menu.cc
+++ b/src/menu.cc
@@ -376,7 +376,7 @@ void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url,
DilloUrl *url = cssUrls->get(j);
const char *url_str = URL_STR(url);
const uint_t head_length = 30, tail_length = 40,
- url_len = strlen(url_str);;
+ url_len = strlen(url_str);
char *label;
if (url_len > head_length + tail_length + 3) {