summaryrefslogtreecommitdiffstats
path: root/opkg_download.c
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:18:41 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:18:41 (EST)
commitdd4f9919f1b184ce2c4df7f805b89462fcbf0158 (patch)
treeff77ffb3060622ceae3194fdd5425b5fa91983ed /opkg_download.c
parentb0e53cdb7e61368e2c00bf533b7e4ab2f19ab573 (diff)
opkg: Fix #ifdef
git-svn-id: http://opkg.googlecode.com/svn/trunk@12 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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);