shithub: mc

Download patch

ref: 1f72f84ebe8aef83699ec8c75c5b754279bbd03d
parent: 80bd7bc7d97bdf4eac5d37422fb8e111d89af581
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 4 06:26:07 EDT 2017

Split overlong line.

--- a/mbld/syssel.myr
+++ b/mbld/syssel.myr
@@ -109,7 +109,8 @@
 	for k in keys
 		nmatch = std.htgetv(syssel._match, k, -1)
 		if nmatch == -1
-			std.fatal("{}:{}: target {}, no applicable file for '{}'\n", syssel.file, syssel.line, syssel.targ, k)
+			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)))
 	;;