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 */