From ab3eae4855fcb42f79c138db4036b2563c43457b Mon Sep 17 00:00:00 2001 From: Nev3r Date: Mon, 13 Apr 2020 19:45:41 +0200 Subject: [PATCH] Fixed a typo worthy of divine punishment. --- src/taglist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taglist.h b/src/taglist.h index 7572b8042..2a2dbfcb3 100644 --- a/src/taglist.h +++ b/src/taglist.h @@ -33,7 +33,7 @@ void Taglist_AddToMapthings (const size_t tag, const size_t itemid); #define TAG_ITER(group, tag, id)\ if (group[tag])\ - for(id = group[tag]->elements[kkkk = 0] = 0;\ + for(id = group[tag]->elements[kkkk = 0];\ kkkk < group[tag]->count;\ id = group[tag]->elements[++kkkk])