X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsource-file.cc;h=d847605425b0d9be7a9ec79bf66f0d2b462a8004;hb=5fd7bf3338c85bbaf0212422e9e649ab5f66383b;hp=88ee243630b46457b6b50c36ac4f32e54bc225b9;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/source-file.cc b/lily/source-file.cc index 88ee243630..d847605425 100644 --- a/lily/source-file.cc +++ b/lily/source-file.cc @@ -290,7 +290,7 @@ Source_file::get_counts (char const *pos_str0, // called in mid-character, the results are somewhat arbitrary, // but there is no really sane definition anyway. if ((*line_chars & 0xc0) == 0x80) - continue; + continue; if (*line_chars == '\t') (*column) = (*column / 8 + 1) * 8;