droid: fix build
[vuplus_xbmc] / 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");