changeset 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 8fb7408ded73
children 12af0116e12c
files util/smqueue.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;