Add missing breaks in select. tdtool showed the list of devices on --version

This commit is contained in:
Micke Prag 2012-01-18 12:02:21 +01:00
parent 4f181a05ce
commit 17de443f19

View file

@ -335,9 +335,11 @@ int main(int argc, char **argv)
case 'h' :
print_usage( argv[0] );
success = TELLSTICK_SUCCESS;
break;
case 'i' :
print_version( );
success = TELLSTICK_SUCCESS;
break;
case 'l' :
success = list_devices();
break;