Skip to content

Commit

Permalink
droid: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Jan 1, 2014
1 parent cb4e168 commit 8eb49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/utils/AMLUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 8eb49b3

Please sign in to comment.