Fix build issue

This commit is contained in:
François Grisez 2015-07-17 10:45:29 +02:00
parent 37a85f2e41
commit f403bee7c1

View file

@ -412,9 +412,9 @@ static void open_uri(const char *uri) {
#ifdef __APPLE__
cmd = "open";
#elseif __linux
#elif __linux
cmd = "xdg-open";
#elseif WIN32
#elif WIN32
cmd = "start";
#else
cmd = NULL;