Skip to content

Commit 7ea5f14

Browse files
committed
gme.h: Fixed strict-prototype warning
#146
1 parent 27f79a6 commit 7ea5f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gme/gme.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ BLARGG_EXPORT gme_type_t gme_type( Music_Emu const* );
235235

236236
/* Pointer to array of all music types, with NULL entry at end. Allows a player linked
237237
to this library to support new music types without having to be updated. */
238-
BLARGG_EXPORT gme_type_t const* gme_type_list();
238+
BLARGG_EXPORT gme_type_t const* gme_type_list( void );
239239

240240
/* Name of game system for this music file type */
241241
BLARGG_EXPORT const char* gme_type_system( gme_type_t );

0 commit comments

Comments
 (0)