summaryrefslogtreecommitdiff
path: root/include/freetype/config/ftstdlib.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-05-02 06:50:58 +0000
committerWerner Lemberg <wl@gnu.org>2002-05-02 06:50:58 +0000
commit948ee807e1d1d3270dc4d3a9c09615c11024b9c3 (patch)
tree1e226f6e78e00be25c6a95a2ebaca9f2ba0dbcd4 /include/freetype/config/ftstdlib.h
parent2062286fa854ae6d7e09965f9de6c848bdfdc602 (diff)
downloadfreetype2-948ee807e1d1d3270dc4d3a9c09615c11024b9c3.tar.gz
* src/sfnt/ttcmap0.c (tt_cmap4_char_index): Fix serious typo
(0xFFFU -> 0xFFFFU). * docs/INSTALL: Fix URL of makepp. formatting
Diffstat (limited to 'include/freetype/config/ftstdlib.h')
-rw-r--r--include/freetype/config/ftstdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/freetype/config/ftstdlib.h b/include/freetype/config/ftstdlib.h
index 24826bc97..fcb46baaa 100644
--- a/include/freetype/config/ftstdlib.h
+++ b/include/freetype/config/ftstdlib.h
@@ -98,6 +98,7 @@
#define ft_qsort qsort
#define ft_exit exit /* only used to exit from un-handled exceptions */
+
/**********************************************************************/
/* */
/* execution control */