Avoid a warning

This commit is contained in:
Pierre Pronchery 2011-02-02 06:52:57 +00:00
parent c884a07685
commit 68c2e53311

View File

@ -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;