summaryrefslogtreecommitdiffstats
path: root/opkg_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'opkg_download.c')
-rw-r--r--opkg_download.c2
1 files changed, 1 insertions, 1 deletions
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);