]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/main.c
tree-wide: adjust fall through comments so that gcc is happy
[thirdparty/systemd.git] / src / core / main.c
index ee9594a00fce85e0be059c8a5960a8bcb2eacfd3..1fc24eac76a165e44c0641fd567a48cd4ec80e46 100644 (file)
@@ -2155,7 +2155,7 @@ int main(int argc, char *argv[]) {
                                 goto finish;
                         }
 
-                        /* fallthrough */
+                        _fallthrough_;
                 case MANAGER_REBOOT:
                 case MANAGER_POWEROFF:
                 case MANAGER_HALT: