summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.cpp b/test.cpp
index abf0a77..a21d351 100644
--- a/test.cpp
+++ b/test.cpp
@@ -267,9 +267,9 @@ int CRYPTOPP_CDECL main(int argc, char *argv[])
else if (command == "b")
{
if (argc<3)
- BenchMarkAll();
+ BenchmarkAll();
else
- BenchMarkAll((float)atof(argv[2]));
+ BenchmarkAll((float)atof(argv[2]));
}
else if (command == "z")
GzipFile(argv[3], argv[4], argv[2][0]-'0');