From 6ed92c78c626c542638371e152c553350581d606 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 14 Feb 2014 03:37:59 +0100 Subject: fix a missing colon after a label --- list.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.asm b/list.asm index 50c86b3..2208d4a 100644 --- a/list.asm +++ b/list.asm @@ -122,7 +122,7 @@ list_clear: ;; {{{ test ecx, ecx jne .loop - .end + .end: leave ret -- cgit v1.2.3