Missed if statement

This commit is contained in:
Martijn
2014-10-19 21:15:22 +02:00
parent e1627b3dc5
commit a86f366147

View File

@@ -100,6 +100,7 @@ int main( int argc, char** argv )
argc -= nwipe_optind;
nwipe_enumerated = nwipe_device_get( &c1, argv, argc );
if ( nwipe_enumerated == 0 )
{
exit(1);
}