From d9dd69a6b8f15da2dfe6d5b41b3f5eb32d46e318 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 30 Jul 2023 20:52:09 -0400 Subject: ustar: s/=_/= _/ --- 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 */ } -- cgit v0.9.1