url: The function is "SDL_Unsupported" not "SDL_Unimplemented"

This commit is contained in:
Ryan C. Gordon 2020-10-05 14:00:08 -04:00
parent 2d82cf78e1
commit bf9fcb539a

View file

@ -25,7 +25,7 @@
int
SDL_SYS_OpenURL(const char *url)
{
return SDL_Unimplemented();
return SDL_Unsupported();
}
/* vi: set ts=4 sw=4 expandtab: */