Remove extraneous return

pull/424/merge
Jeffrey Walton 2017-05-29 21:53:59 -04:00
parent ce5ac01193
commit 52b4cceda5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ int CRYPTOPP_API main(int argc, char *argv[])
{
FileSource usage(CRYPTOPP_DATA_DIR "TestData/usage.dat", true, new FileSink(std::cout));
return 1;
return 1;
}
else if (command == "V")
{