url: removed "extern" from function declaration.

This commit is contained in:
Ryan C. Gordon 2020-10-05 14:36:37 -04:00
parent a3802cc533
commit cc158f2983

View file

@ -23,7 +23,7 @@
#include "SDL_misc.h"
#include "SDL_error.h"
extern int SDL_SYS_OpenURL(const char *url);
int SDL_SYS_OpenURL(const char *url);
int
SDL_OpenURL(const char *url)