This commit is contained in:
Kim Kulling
2020-06-17 20:37:39 +02:00
committed by GitHub
parent 4cd7e48f19
commit b3af5c5a14

View File

@@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
if (*tmp == '\\') {
tmp++;
if (IsLineEnd(*tmp)) {
tmp++;
return true;
}
}