pull/3287/head
Kim Kulling 2020-06-17 20:37:39 +02:00 committed by GitHub
parent 4cd7e48f19
commit b3af5c5a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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