From 3d26c1346b819aca7d4073360ce409c1f33aa2f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Sep 2016 21:28:58 +0800 Subject: Fix puglInitInternals prototype --- pugl/pugl_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_x11.c') diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c index f91aa24..4e7b447 100644 --- a/pugl/pugl_x11.c +++ b/pugl/pugl_x11.c @@ -100,7 +100,7 @@ struct PuglInternalsImpl { }; PuglInternals* -puglInitInternals() +puglInitInternals(void) { return (PuglInternals*)calloc(1, sizeof(PuglInternals)); } -- cgit v1.2.3