]> 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>
Sat, 12 May 2007 18:28:30 +0000 (15:28 -0300)
lily/ttf.cc

index 15738ba346e845d40f467106932849519f87e97f..21d2a3b1b93fb108d3b1f851eb1eaca04632652b 100644 (file)
@@ -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;
     }