mirror of https://github.com/martanne/abduco
Update abduco.c
This commit is contained in:
parent
ffce2ff30b
commit
af31580a5f
2
abduco.c
2
abduco.c
|
|
@ -640,7 +640,7 @@ int main(int argc, char *argv[]) {
|
||||||
puts("abduco-"VERSION" © 2013-2018 Marc André Tanner");
|
puts("abduco-"VERSION" © 2013-2018 Marc André Tanner");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
case 'm':
|
case 'm':
|
||||||
mouse = true;
|
action = opt;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue