Add missing break.

This had no incidence on the code, but this change make things more
consistent.
This commit is contained in:
Romain Tartière 2014-04-13 19:47:56 +02:00
parent c42dfce78d
commit 646a20da34

View file

@ -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) {