From 1ad5c4dc2bc0355e79d4cae8ba041d6a25caf2c4 Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 16:33:54 -0400 Subject: [PATCH] Revert "Update abduco.c" This reverts commit af31580a5fddbfd1895e2774272d3f5d9a63f1a4. --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 4db1385..5c25d5d 100644 --- a/abduco.c +++ b/abduco.c @@ -640,7 +640,7 @@ int main(int argc, char *argv[]) { puts("abduco-"VERSION" © 2013-2018 Marc André Tanner"); exit(EXIT_SUCCESS); case 'm': - action = opt; + mouse = true; default: usage(); }