From 777e3cbb15c924213b913f0eb3a654d4a566e2f8 Mon Sep 17 00:00:00 2001 From: girst Date: Tue, 19 Feb 2019 19:10:23 +0100 Subject: [PATCH] argh! a semicolon too many! --- sol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sol.c b/sol.c index 8df9b0c..dfba035 100644 --- a/sol.c +++ b/sol.c @@ -1132,7 +1132,7 @@ to_l: print_table(&active, &inactive); if (inactive.opt >= 0) { if (is_tableu(*from)) { /* NOTE: max_move same as in cursor_down() */ - *opt = max_move(*from, -1); - inactive.opt; + *opt = max_move(*from, -1) - inactive.opt; } else { *opt = inactive.opt; } -- 2.39.3