diff options
| author | ftphikari <ftphikari@gmail.com> | 2022-09-27 11:06:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-27 11:06:05 +0300 |
| commit | eb6c388f139607716acf02b0f6e1cd25a5128aad (patch) | |
| tree | 6b19bfb6aeceabb1d0b6adb81be84b658a8505ba /src/parser.cpp | |
| parent | 42144d957b45e29be1da74a98cfaaf465bfc9861 (diff) | |
| parent | 0fe006157e6e6f07722bcf4eb7c51a8db07d008c (diff) | |
Merge branch 'odin-lang:master' into master
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 2109945ec..286f6d7a2 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -41,7 +41,6 @@ gbString get_file_line_as_string(TokenPos const &pos, i32 *offset_) { while (line_end < end) { if (*line_end == '\n') { - line_end -= 1; break; } line_end += 1; |