summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-10-30 02:35:22 (EDT)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-10-30 02:35:22 (EDT)
commite5cfa6dc4794e0a5bca36cabcd12a877454478db (patch)
treef7e12b17c22674289e3890f4abea5264e1bb0c54 /libopkg/opkg_conf.c
parentbb61b4e2022bea1f8728d18dac18239ed6931826 (diff)
The compiler almost certainly knows better.
git-svn-id: http://opkg.googlecode.com/svn/trunk@228 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_conf.c')
-rw-r--r--libopkg/opkg_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_conf.c b/libopkg/opkg_conf.c
index 472b319..1312c41 100644
--- a/libopkg/opkg_conf.c
+++ b/libopkg/opkg_conf.c
@@ -668,7 +668,7 @@ int opkg_conf_write_status_files(opkg_conf_t *conf)
pkg_dest_t *dest;
pkg_vec_t *all;
pkg_t *pkg;
- register int i;
+ int i;
int err;
FILE * status_file=NULL;