From: Han-Wen Nienhuys Date: Sat, 12 May 2007 18:28:30 +0000 (-0300) Subject: typo. X-Git-Tag: release/2.10.24-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=427acd2d45d81bd2554287bdcdd17f1be13eb9e4;p=lilypond.git typo. --- diff --git a/lily/ttf.cc b/lily/ttf.cc index d16be2b2f4..0514a8a0aa 100644 --- a/lily/ttf.cc +++ b/lily/ttf.cc @@ -181,7 +181,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; }