mirror of
https://github.com/albertobsd/keyhunt.git
synced 2025-03-17 21:31:49 +01:00
Added a missing \n
This commit is contained in:
parent
2577e6ae6e
commit
e1fd5ee385
@ -208,11 +208,11 @@ int main(int argc, char **argv) {
|
||||
switch(indexOf(optarg,modes,2)) {
|
||||
case 0: //xpoint
|
||||
FLAGMODE = 0;
|
||||
printf("Setting mode xpoint");
|
||||
printf("Setting mode xpoint\n");
|
||||
break;
|
||||
case 1: //address
|
||||
FLAGMODE = 1;
|
||||
printf("Setting mode address");
|
||||
printf("Setting mode address\n");
|
||||
break;
|
||||
default:
|
||||
FLAGMODE = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user