From 24aef2fc55c6d84f4ce0e8a3554d2d3dcbf79ee6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Jun 2019 19:29:37 +0200 Subject: Fix void function prototypes --- pugl/pugl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_internal.h') diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 2b54de4..46e9d9d 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -37,7 +37,7 @@ PuglInternals* puglInitInternals(void); static PuglHints -puglDefaultHints() +puglDefaultHints(void) { static const PuglHints hints = { 2, 0, 4, 4, 4, 4, 24, 8, 0, true, true, false -- cgit v1.2.1