From 427acd2d45d81bd2554287bdcdd17f1be13eb9e4 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 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; } -- 2.39.5