droid: fix build Gotham_alpha11
authorS. Davilla <davilla@4pi.com>
Wed, 1 Jan 2014 02:26:03 +0000 (21:26 -0500)
committerS. Davilla <davilla@4pi.com>
Wed, 1 Jan 2014 02:26:03 +0000 (21:26 -0500)
xbmc/utils/AMLUtils.cpp

index 67872a7..6df8dd2 100644 (file)
@@ -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");