Add missing break.
This had no incidence on the code, but this change make things more consistent.
This commit is contained in:
parent
c42dfce78d
commit
646a20da34
1 changed files with 2 additions and 0 deletions
|
@ -153,7 +153,9 @@ main(int argc, char *argv[])
|
|||
break;
|
||||
case 1:
|
||||
ndef_mapping = 2;
|
||||
break;
|
||||
default: // newer version? let's assume it supports latest mapping too
|
||||
warnx("Software version not supported. Assuming backward compatibility with version 1.");
|
||||
ndef_mapping = 2;
|
||||
}
|
||||
if (create_options.interactive) {
|
||||
|
|
Loading…
Reference in a new issue