aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brightnessctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brightnessctl.c b/brightnessctl.c
index eb3ce3c..102b54c 100644
--- a/brightnessctl.c
+++ b/brightnessctl.c
@@ -236,8 +236,8 @@ int apply_operation(struct device *dev, enum operation operation, struct value *
if (!p.mach)
fprintf(stdout, "Updated device '%s':\n", dev->id);
print_device(dev);
- return 0;
}
+ return 0;
/* FALLTHRU */
fail:
default: