mirror of
https://github.com/albertobsd/keyhunt.git
synced 2025-09-18 20:01:16 +02:00
Added a missing \n
This commit is contained in:
@@ -208,11 +208,11 @@ int main(int argc, char **argv) {
|
|||||||
switch(indexOf(optarg,modes,2)) {
|
switch(indexOf(optarg,modes,2)) {
|
||||||
case 0: //xpoint
|
case 0: //xpoint
|
||||||
FLAGMODE = 0;
|
FLAGMODE = 0;
|
||||||
printf("Setting mode xpoint");
|
printf("Setting mode xpoint\n");
|
||||||
break;
|
break;
|
||||||
case 1: //address
|
case 1: //address
|
||||||
FLAGMODE = 1;
|
FLAGMODE = 1;
|
||||||
printf("Setting mode address");
|
printf("Setting mode address\n");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
FLAGMODE = 1;
|
FLAGMODE = 1;
|
||||||
|
Reference in New Issue
Block a user