mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-24 08:15:50 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
#include "../SDL_sysurl.h"
|
||||
#include <Url.h>
|
||||
|
||||
int
|
||||
SDL_SYS_OpenURL(const char *url)
|
||||
int SDL_SYS_OpenURL(const char *url)
|
||||
{
|
||||
BUrl burl(url);
|
||||
const status_t rc = burl.OpenWithPreferredApplication(false);
|
||||
|
||||
Reference in New Issue
Block a user