mirror of
https://github.com/encounter/SDL.git
synced 2025-05-21 06:41:40 +00:00
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…
x
Reference in New Issue
Block a user