From 460a830e9b6b91dc635c42af44cf9c0de23fedee Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 15 Sep 2003 22:53:53 +0000 Subject: avoid implicit void argument CVS patchset: 5387 CVS date: 2003/09/15 22:53:53 --- src/post/goom/goom_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/goom/goom_core.h') diff --git a/src/post/goom/goom_core.h b/src/post/goom/goom_core.h index a4cac2c99..70f570f3b 100644 --- a/src/post/goom/goom_core.h +++ b/src/post/goom/goom_core.h @@ -33,7 +33,7 @@ void goom_set_resolution (guint32 resx, guint32 resy, int cinemascope); guint32 * goom_update ( gint16 data[2][512], int forceMode, float fps, char *songTitle, char *message); -void goom_close (); +void goom_close (void); void goom_set_font (int ***chars, int *width, int *height); -- cgit v1.2.3