]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine-id-setup/machine-id-setup-main.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / machine-id-setup / machine-id-setup-main.c
index 5af6bfeafe4af3b40668313505b956670a75b0ad..0f8bc43ab55590014e6eb87d6aee7eb13df8c307 100644 (file)
@@ -110,7 +110,7 @@ static int parse_argv(int argc, char *argv[]) {
                         return -EINVAL;
 
                 default:
-                        assert_not_reached("Unhandled option");
+                        assert_not_reached();
                 }
 
         if (optind < argc)