From 19fae313a5e2f3be337bbaa4216c63182f73f89f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 12 May 2007 15:28:30 -0300 Subject: [PATCH] typo. --- lily/ttf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5