summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2003-05-20 22:06:38 +0000
committerWerner Lemberg <wl@gnu.org>2003-05-20 22:06:38 +0000
commit1766aa47c316b83e5d124c928f2e8af6b2509151 (patch)
tree1942895af974f86f273f5bf97c3449e0265ccd95 /include
parent5a95127a5c40fc51718b3baaeb4c9716ec3e7bb0 (diff)
downloadfreetype2-1766aa47c316b83e5d124c928f2e8af6b2509151.tar.gz
* t1load.c (parse_blend_axis_types): Fix compiler warning.
* src/gzip/ftgzip.c (ft_gzip_file_io): Avoid zero value of `delta' to prevent infinite loop. * docs/VERSION.DLL: Provide better autoconf snippet to check FreeType version. * src/base/ftobjs.c (open_face): Free `internal' not `face->internal' in case of error to avoid possible segfault. * src/pshinter/pshalgo3.c (ps3_hints_apply): Check whether we actually have an outline.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/internal/ftmemory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/freetype/internal/ftmemory.h b/include/freetype/internal/ftmemory.h
index cbe66d7f8..5e418f2f9 100644
--- a/include/freetype/internal/ftmemory.h
+++ b/include/freetype/internal/ftmemory.h
@@ -159,9 +159,6 @@ FT_BEGIN_HEADER
/* P :: This is the _address_ of a _pointer_ which points to the */
/* allocated block. It is always set to NULL on exit. */
/* */
- /* <Return> */
- /* FreeType error code. 0 means success. */
- /* */
/* <Note> */
/* If P or *P are NULL, this function should return successfully. */
/* This is a strong convention within all of FreeType and its */