]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/intrusivelist.qh
semis after LAMBDA for uncrustify
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / intrusivelist.qh
index 9b721a9ba42e96add17111001747949bc89763f0..05021d5343e9e662a75a9af835d0cb677a4e2c6e 100644 (file)
@@ -172,7 +172,7 @@ void IL_REMOVE(IntrusiveList this, entity it)
                { \
                        const noref entity it = _it; \
                        _next = it.(il_next); \
-                       if (cond) { LAMBDA(body) } \
+                       if (cond) { LAMBDA(body); } \
                } \
        MACRO_END