summaryrefslogtreecommitdiffstats
path: root/Settings.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-09-04 14:14:57 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-09-04 14:17:37 +0200
commit0925c54caadbdf55c34a06590c62dfa1cfa68a93 (patch)
tree4eaebef7eedce94368dc90848a77be59ece40489 /Settings.c
parentd0f5b61aa59184825f8b8b60d9a7e169405441a3 (diff)
Drop redundant semicolons
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Settings.c b/Settings.c
index ce10d996..a2ae4e91 100644
--- a/Settings.c
+++ b/Settings.c
@@ -358,9 +358,9 @@ int Settings_write(const Settings* this, bool onCrash) {
}
#define printSettingInteger(setting_, value_) \
- fprintf(fd, setting_ "=%d%c", (int) (value_), separator);
+ fprintf(fd, setting_ "=%d%c", (int) (value_), separator)
#define printSettingString(setting_, value_) \
- fprintf(fd, setting_ "=%s%c", value_, separator);
+ fprintf(fd, setting_ "=%s%c", value_, separator)
if (!onCrash) {
fprintf(fd, "# Beware! This file is rewritten by htop when settings are changed in the interface.\n");

© 2014-2024 Faster IT GmbH | imprint | privacy policy