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_osx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_osx.m') diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 72e4da9..f495811 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -452,7 +452,7 @@ getModifiers(PuglView* view, NSEvent* ev) @end PuglInternals* -puglInitInternals() +puglInitInternals(void) { return (PuglInternals*)calloc(1, sizeof(PuglInternals)); } -- cgit v1.2.1