summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/datatest.cpp b/datatest.cpp
index 21b8bb04..252f99a7 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -1150,7 +1150,7 @@ bool GetField(std::istream &is, std::string &name, std::string &value)
if (line.empty())
continue;
- // Check end of line. It must be last character
+ // Check for continuation. The slash must be the last character.
if (LastChar(line) == '\\') {
continueLine = true;
line.erase(line.end()-1);