From: ticktock35 Date: Mon, 15 Dec 2008 04:18:41 +0000 (+0000) Subject: opkg: Fix #ifdef X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=dd4f9919f1b184ce2c4df7f805b89462fcbf0158;hp=b0e53cdb7e61368e2c00bf533b7e4ab2f19ab573 opkg: Fix #ifdef git-svn-id: http://opkg.googlecode.com/svn/trunk@12 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/opkg_download.c b/opkg_download.c index e8bfce0..c0a66fe 100644 --- a/opkg_download.c +++ b/opkg_download.c @@ -43,7 +43,7 @@ curl_progress_func (void* data, int i; int p = d*100/t; -#ifdef LIBOPKG +#ifdef OPKG_LIB if (opkg_cb_download_progress) { opkg_cb_download_progress (p);