]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 May 2007 18:28:30 +0000 (15:28 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 15 May 2007 03:56:11 +0000 (00:56 -0300)
lily/ttf.cc

index d16be2b2f47a49f6844312425d25ace37dffcd6f..0514a8a0aa9e26a0cd9eb7c70f2238482ce72e63 100644 (file)
@@ -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;
     }