mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-09 01:14:24 +02: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