aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-09 15:38:34 -0400
committerJack Lloyd <[email protected]>2018-04-09 18:48:46 -0400
commit5b2570c0bd2888939b361a5cd546ddbcc248deb4 (patch)
tree2ec41ba04d0388a02941806f268551998dfd52a8
parent6cfe771a5ced6c87eda98bfdfcd0811490d45baa (diff)
Remove extra trailing ;
-rw-r--r--src/cli/speed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp
index b8397363f..fdd62ce11 100644
--- a/src/cli/speed.cpp
+++ b/src/cli/speed.cpp
@@ -714,7 +714,7 @@ class Speed final : public Command
{
error_output() << "The --cpu-clock-speed option is only intended to be used on "
"platforms without access to a cycle counter.\n"
- "Expected incorrect results\n\n";;
+ "Expected incorrect results\n\n";
}
if(format == "table")