X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev_device.c;h=ad6f7063668252350fd62c54173637655f557b79;hp=db72d3007de88e86d66758f027aa1276bb410261;hb=e07a3d79bad70ea132435c8a44737ac270b0f9e3;hpb=fb17920701dcba0d94e3fde566788a868e41d1ad diff --git a/udev_device.c b/udev_device.c index db72d3007..ad6f70636 100644 --- a/udev_device.c +++ b/udev_device.c @@ -58,7 +58,7 @@ int udev_init_device(struct udevice *udev, const char* devpath, const char *subs if (devpath) { strlcpy(udev->devpath, devpath, sizeof(udev->devpath)); - remove_trailing_char(udev->devpath, '/'); + remove_trailing_chars(udev->devpath, '/'); if (strncmp(udev->devpath, "/block/", 7) == 0) udev->type = DEV_BLOCK;