diff --git a/src/logic/tpax_archive_enqueue.c b/src/logic/tpax_archive_enqueue.c
index 1b45a2f..4f5683d 100644
--- a/src/logic/tpax_archive_enqueue.c
+++ b/src/logic/tpax_archive_enqueue.c
@@ -327,7 +327,7 @@ static int tpax_archive_enqueue_dir_entries(
 			uctx);
 
 	/* iterate */
-	for (; nbytes>0; ) {
+	for (; nbytes; ) {
 		if (!strcmp(dirent->d_name,".")) {
 			(void)0;