[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 44666e2 1/2: Remove a stray quote from a diag
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 44666e2 1/2: Remove a stray quote from a diagnostic |
Date: |
Fri, 16 Dec 2016 14:33:33 +0000 (UTC) |
branch: master
commit 44666e2f292dc3f674f332aee66e38c673ea893b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Remove a stray quote from a diagnostic
---
rate_table_tool.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rate_table_tool.cpp b/rate_table_tool.cpp
index 95cccc7..8f7998d 100644
--- a/rate_table_tool.cpp
+++ b/rate_table_tool.cpp
@@ -345,7 +345,7 @@ int verify(fs::path const& database_filename)
// This is not really fatal, it is only used here to throw an
// exception in a convenient way.
fatal_error()
- << "After loading and saving the original table '\n"
+ << "After loading and saving the original table \n"
<< "binary contents differed.\n"
<< LMI_FLUSH
;