Update abduco.c

This commit is contained in:
Brandon Shockley 2021-08-02 16:25:04 -04:00 committed by GitHub
parent ffce2ff30b
commit af31580a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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':
mouse = true;
action = opt;
default:
usage();
}