actually return the ret value

SVN revision: 56141
This commit is contained in:
Mike Blumenkrantz 2011-01-15 20:14:40 +00:00
parent 20a92cd4f7
commit 67d6542cc1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ eeze_udev_walk_check_sysattr(const char *syspath,
}
udev_device_unref(device);
return EINA_FALSE;
return ret;
}
/**