From 8eb49b31f5a68afb78fc7bd3d88b90a63f24fd80 Mon Sep 17 00:00:00 2001 From: "S. Davilla" Date: Tue, 31 Dec 2013 21:26:03 -0500 Subject: [PATCH] droid: fix build --- xbmc/utils/AMLUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/utils/AMLUtils.cpp b/xbmc/utils/AMLUtils.cpp index 67872a7..6df8dd2 100644 --- a/xbmc/utils/AMLUtils.cpp +++ b/xbmc/utils/AMLUtils.cpp @@ -117,7 +117,7 @@ bool aml_wired_present() void aml_permissions() { if (!aml_present()) - return false; + return; // most all aml devices are already rooted. int ret = system("ls /system/xbin/su"); -- 2.7.4