From 3dfcef690dd326266b5c73b1df7d25c31491c843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Wed, 28 Dec 2005 06:47:12 +0000 Subject: [PATCH] add '\n' to the end of src/sfnt/ttbdf.c --- ChangeLog | 5 +++++ src/sfnt/ttbdf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f7985d55..22ea3be1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-28 suzuki toshiya + + * src/sfnt/sfnt/ttbdf.c: add newline '\n' to the end of file, + for MPW compiler. + 2005-12-23 David Turner * Jamfile (RefDoc), docs/reference/README: Fix it so that `jam diff --git a/src/sfnt/ttbdf.c b/src/sfnt/ttbdf.c index aa08b9062..52bbce09e 100644 --- a/src/sfnt/ttbdf.c +++ b/src/sfnt/ttbdf.c @@ -246,4 +246,4 @@ #endif /* TT_CONFIG_OPTION_BDF */ -/* END */ \ No newline at end of file +/* END */