summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opkg-opk/ustar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opkg-opk/ustar.c b/opkg-opk/ustar.c
index 2b26ed1..5f6874a 100644
--- a/opkg-opk/ustar.c
+++ b/opkg-opk/ustar.c
@@ -168,7 +168,7 @@ opkg_opk_ustar_list(struct opkg_opk_ustar *ustar,
char *end;
/* Get next header record, if any. */
- if ((ret =_opkg_opk_ustar_next(ustar)) != OPKG_OPK_OK) {
+ if ((ret = _opkg_opk_ustar_next(ustar)) != OPKG_OPK_OK) {
return ret; /* Error or end of archive */
}