summaryrefslogtreecommitdiff
path: root/include/freetype/ftincrem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftincrem.h')
-rw-r--r--include/freetype/ftincrem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/freetype/ftincrem.h b/include/freetype/ftincrem.h
index 53909871a..782846a4e 100644
--- a/include/freetype/ftincrem.h
+++ b/include/freetype/ftincrem.h
@@ -246,8 +246,7 @@ FT_BEGIN_HEADER
* parameter.data = &inc_int;
*
* // set up FT_Open_Args structure
- * open_args.flags = (FT_Open_Flags)( FT_OPEN_PATHNAME |
- * FT_OPEN_PARAMS );
+ * open_args.flags = FT_OPEN_PATHNAME | FT_OPEN_PARAMS;
* open_args.pathname = my_font_pathname;
* open_args.num_params = 1;
* open_args.params = &parameter; // we use one optional argument