summaryrefslogtreecommitdiff
path: root/udev/udevadm.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udevadm.c')
-rw-r--r--udev/udevadm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm.c b/udev/udevadm.c
index 21b7f616c3..19b89ad05c 100644
--- a/udev/udevadm.c
+++ b/udev/udevadm.c
@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
udev_set_log_fn(udev, log_fn);
udev_selinux_init(udev);
- while (1) {
+ for (;;) {
int option;
option = getopt_long(argc, argv, "+dhV", options, NULL);