]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications/all.qh
Remove a few dangling semicolons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications / all.qh
index 00bd94bb740066bc03810210ece3d6238d895da8..f4c25968cc2bf3154b7bd2643c4403ad946b0055 100644 (file)
@@ -714,7 +714,7 @@ string notif_arg_item_wepammo(float f1, float f2)
 
 REGISTRY(Notifications, BITS(11))
 REGISTER_REGISTRY(Notifications)
-REGISTRY_SORT(Notifications);
+REGISTRY_SORT(Notifications)
 
 REGISTRY_DEFINE_GET(Notifications, NULL)
 STATIC_INIT(Notifications) { FOREACH(Notifications, true, it.m_id = i); }