summaryrefslogtreecommitdiff
path: root/frontends/amiga/download.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:44:20 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:44:20 +0100
commit88ae1ff267c541ded537672ac7b7f29308ad701d (patch)
treea7ec98ff90d34e39503d8e5cbe34e56ab3bd853d /frontends/amiga/download.c
parentdf2b14ed5f26f6aabaad548d38a24a724b242047 (diff)
downloadnetsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.gz
netsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.bz2
Ensure variables are declared correctly
Diffstat (limited to 'frontends/amiga/download.c')
-rw-r--r--frontends/amiga/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/download.c b/frontends/amiga/download.c
index f39ddaede..b9fecf362 100644
--- a/frontends/amiga/download.c
+++ b/frontends/amiga/download.c
@@ -89,7 +89,7 @@ enum {
AMINS_DLOAD_ABORT,
};
-int downloads_in_progress = 0;
+static int downloads_in_progress = 0;
static struct gui_download_window *gui_download_window_create(download_context *ctx,
struct gui_window *gui)