SVN revision: 49078
This commit is contained in:
Mike Blumenkrantz 2010-05-20 21:28:43 +00:00
parent 8b58afe33a
commit 0cae05c2a8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ _walk_parents_for_attr(struct udev_device *device, const char *sysattr, const ch
struct udev_device *parent, *child = device;
const char *test;
if ((test = udev_device_get_sysattr_value(device, sysattr))
if ((test = udev_device_get_sysattr_value(device, sysattr)))
return 1;
parent = udev_device_get_parent(child);
for (; parent; child = parent, parent = udev_device_get_parent(child))