summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nav.c b/src/nav.c
index abfec30d..7ccb4620 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -546,7 +546,7 @@ void a_Nav_save_url(BrowserWindow *bw,
{
DilloWeb *Web = a_Web_new(url);
Web->bw = bw;
- Web->filename = dStrdup(filename);
+ Web->filename = dStrdup(filename);
Web->flags |= WEB_Download;
/* TODO: keep track of this client */
a_Capi_open_url(Web, Nav_save_cb, Web);