mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-16 21:46:03 +02:00
url: The function is "SDL_Unsupported" not "SDL_Unimplemented"
This commit is contained in:
parent
2d82cf78e1
commit
bf9fcb539a
@ -25,7 +25,7 @@
|
|||||||
int
|
int
|
||||||
SDL_SYS_OpenURL(const char *url)
|
SDL_SYS_OpenURL(const char *url)
|
||||||
{
|
{
|
||||||
return SDL_Unimplemented();
|
return SDL_Unsupported();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vi: set ts=4 sw=4 expandtab: */
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
Loading…
Reference in New Issue
Block a user