From 1772425bfbb54b827c9897411c7817f7080d654a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 15 Nov 2010 03:01:00 +0000 Subject: [PATCH] Compilation fix --- src/surfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surfer.c b/src/surfer.c index 1be6bad..ae7a15f 100644 --- a/src/surfer.c +++ b/src/surfer.c @@ -33,6 +33,7 @@ static char const _license[] = #define N_(string) (string) /* embed the Download class */ +static unsigned int _surfer_cnt = 0; #if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) /* uses GNet */ # define WITH_DOWNLOAD #endif @@ -44,7 +45,6 @@ static char const _license[] = #endif #ifdef WITH_DOWNLOAD # define PROGNAME "surfer" -static unsigned int _surfer_cnt = 0; # define _download_cnt _surfer_cnt # include "download.c" #endif