mirror of https://github.com/encounter/SDL.git
url: The function is "SDL_Unsupported" not "SDL_Unimplemented"
This commit is contained in:
parent
2d82cf78e1
commit
bf9fcb539a
|
@ -25,7 +25,7 @@
|
|||
int
|
||||
SDL_SYS_OpenURL(const char *url)
|
||||
{
|
||||
return SDL_Unimplemented();
|
||||
return SDL_Unsupported();
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Reference in New Issue