diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-30 20:52:09 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-30 20:52:09 (EDT) |
commit | d9dd69a6b8f15da2dfe6d5b41b3f5eb32d46e318 (patch) | |
tree | 60d11c733b7c00278ccd4b0d9c2f581dd08a2a5e | |
parent | 39260a1b5a737324043ba949a1791bd7aaaf8aac (diff) |
ustar: s/=_/= _/
-rw-r--r-- | opkg-opk/ustar.c | 2 |
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 */ } |