From 68c2e53311f33d870ecd223708e20ac5982f787a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 2 Feb 2011 06:52:57 +0000 Subject: [PATCH] Avoid a warning --- src/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.c b/src/download.c index c8bad3e..ed48d59 100644 --- a/src/download.c +++ b/src/download.c @@ -566,8 +566,8 @@ static gboolean _download_on_idle(gpointer data) { Download * download = data; DownloadPrefs * prefs = &download->prefs; - char * p = NULL; #ifdef WITH_WEBKIT + char * p = NULL; char * cwd = NULL; size_t len; WebKitNetworkRequest * request;