Commit: e04a4c77c71aae880b9dde750006a2e18d8f6123 Parent: 73a15a3dfac24e840a178f746ed446b876444f4b Author: Johannes Thyssen Tishman Date: Fri, 11 Oct 2024 10:03:02 +0000 Add missing semicolon Diffstat: M mmw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mmw b/mmw @@ -85,7 +85,7 @@ function printtemplate(id, template, e, buf) if (e == -1) error(template ": Error reading template"); buf = subvars(id, $0); buf = evalcmd(id, buf); - print buf + print buf; } close(template); }