shithub: mc

Download patch

ref: 2698fe288642465ec636dca1c8f4ff88a22c5afe
parent: 1f72f84ebe8aef83699ec8c75c5b754279bbd03d
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 4 08:51:10 EDT 2017

Fix typo.

--- a/mbld/syssel.myr
+++ b/mbld/syssel.myr
@@ -109,7 +109,7 @@
 	for k in keys
 		nmatch = std.htgetv(syssel._match, k, -1)
 		if nmatch == -1
-			std.fatal("{}:{}: target {}, no applicable file for '{}'\n",
+			std.fatal("{}:{}: target {}, no applicable file for '{}'\n", \
 				syssel.file, syssel.line, syssel.targ, k)
 		;;
 		std.slpush(&ret, std.get(std.htget(syssel._best, k)))