mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-11 20:36:27 +00:00
Adding void to empty function prototype parenthesis
This commit is contained in:

committed by
Sam Lantinga

parent
b15fab0207
commit
fd2a266549
@@ -24,7 +24,7 @@ freely, subject to the following restrictions:
|
||||
#ifndef SDL_appid_h_
|
||||
#define SDL_appid_h_
|
||||
|
||||
extern const char *SDL_GetExeName();
|
||||
extern const char *SDL_GetAppID();
|
||||
extern const char *SDL_GetExeName(void);
|
||||
extern const char *SDL_GetAppID(void);
|
||||
|
||||
#endif // SDL_appid_h_
|
||||
|
Reference in New Issue
Block a user