From: Han-Wen Nienhuys Date: Sat, 12 May 2007 18:28:30 +0000 (-0300) Subject: typo. X-Git-Tag: release/2.11.24-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19fae313a5e2f3be337bbaa4216c63182f73f89f;p=lilypond.git typo. --- diff --git a/lily/ttf.cc b/lily/ttf.cc index 15738ba346..21d2a3b1b9 100644 --- a/lily/ttf.cc +++ b/lily/ttf.cc @@ -180,7 +180,7 @@ void t42_write_table (void *out, FT_Face face, unsigned char const *buffer, last_offset = offset; } - chunks.push_back (s - last_chunk) + chunks.push_back (s - last_chunk); delete[] loca_buf; }