diff util/smqueue.lua @ 14008:21126415c8a0

util.smqueue: Fix syntax error in df970d2dac45 from bad merge (thanks Link Mauve)
author Matthew Wild <mwild1@gmail.com>
date Sun, 07 Dec 2025 10:17:32 +0000
parents df970d2dac45
children 1e01b91cf94d
line wrap: on
line diff
--- a/util/smqueue.lua	Sat Dec 06 17:32:50 2025 +0000
+++ b/util/smqueue.lua	Sun Dec 07 10:17:32 2025 +0000
@@ -64,7 +64,6 @@
 		self._next_checkpoint = self._head;
 	end
 end
-};
 
 function smqueue:_call_checkpoints(h)
 	local checkpoints = self._checkpoints;