Revert "Update abduco.c"

This reverts commit af31580a5f.
This commit is contained in:
Brandon Shockley 2021-08-02 16:33:54 -04:00
parent af31580a5f
commit 1ad5c4dc2b
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}