]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/tmpfiles/test-offline-passwd.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / tmpfiles / test-offline-passwd.c
index 1a961d125bbdde3e250224b343d660ca306cf79a..e509c63961ea13ec70fccfd014440ba24b3c9b30 100644 (file)
@@ -60,7 +60,7 @@ static int parse_argv(int argc, char *argv[]) {
                         return -EINVAL;
 
                 default:
-                        assert_not_reached("Unhandled option");
+                        assert_not_reached();
                 }
 
         return 0;