chiark / gitweb /
Docs: udev.xml: Use `unless' for clarity
[elogind.git] / udev / udevadm-test.c
index 894620073abe41011093f175ae52ceec42223ebd..4db70c49ddb68f44c245facaf6d53eb9d1285076 100644 (file)
@@ -50,7 +50,7 @@ int udevadm_test(struct udev *udev, int argc, char *argv[])
 
        info(udev, "version %s\n", VERSION);
 
-       while (1) {
+       for (;;) {
                int option;
 
                option = getopt_long(argc, argv, "a:s:fh", options, NULL);