Skip to content

Commit

Permalink
forgot to change the dtx_gl_init return type in the prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiomb committed Jul 2, 2018
1 parent 788e5ea commit 7b71866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void add_glyph(struct glyph *g, float x, float y);
#endif /* __APPLE__ */
#endif /* !TARGET_IPHONE */

static int dtx_gl_init(void);
static void dtx_gl_init(void);
static void cleanup(void);
static void flush(void);

Expand Down

0 comments on commit 7b71866

Please sign in to comment.