summaryrefslogtreecommitdiff
path: root/src/utils/process.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-13 01:11:50 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-13 01:11:50 +0300
commit308e352fbf2fd4f96d797e596fc41083e53e6106 (patch)
treee874de1b2ebcaec013f6b1c3363faacc698a438d /src/utils/process.cpp
parentc67648bcc2ebd94da7ad90dc1f886b9f8206de8e (diff)
downloadplus-308e352fbf2fd4f96d797e596fc41083e53e6106.tar.gz
plus-308e352fbf2fd4f96d797e596fc41083e53e6106.tar.bz2
plus-308e352fbf2fd4f96d797e596fc41083e53e6106.tar.xz
plus-308e352fbf2fd4f96d797e596fc41083e53e6106.zip
Fix code style.
Diffstat (limited to 'src/utils/process.cpp')
-rw-r--r--src/utils/process.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp
index 3d667e457..b424b42e3 100644
--- a/src/utils/process.cpp
+++ b/src/utils/process.cpp
@@ -238,6 +238,7 @@ bool openBrowser(std::string url)
bool openBrowser(std::string url)
{
SDL_ANDROID_OpenBrowser(url.c_str());
+ return true;
}
#elif defined __APPLE__
bool openBrowser(std::string url)