summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-07-14 17:08:36 +1000
committerNathan Scott <nathans@redhat.com>2021-07-14 17:08:36 +1000
commit2b69f44a9d6560ea56e5a2b36ef3b7b86b0df69f (patch)
tree0bc513e6d9a08012361199c091c5c550e3487b4f /pcp
parent0daefbe4b452f9373bdfb9950b5b17d01cc77dec (diff)
Fix whitespace oddity in previous DynamicMeter updates
Thanks @BenBE for noticing.
Diffstat (limited to 'pcp')
-rw-r--r--pcp/PCPDynamicMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcp/PCPDynamicMeter.c b/pcp/PCPDynamicMeter.c
index 7cdb24bf..3d29d554 100644
--- a/pcp/PCPDynamicMeter.c
+++ b/pcp/PCPDynamicMeter.c
@@ -198,7 +198,7 @@ static void PCPDynamicMeter_parseFile(PCPDynamicMeters* meters, const char* path
if (caption) {
free_and_xStrdup(&meter->super.caption, caption);
free(caption);
- caption = NULL;
+ caption = NULL;
}
} else if (value && meter && String_eq(key, "description")) {
free_and_xStrdup(&meter->super.description, value);

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