From 2b69f44a9d6560ea56e5a2b36ef3b7b86b0df69f Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 14 Jul 2021 17:08:36 +1000 Subject: Fix whitespace oddity in previous DynamicMeter updates Thanks @BenBE for noticing. --- pcp/PCPDynamicMeter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcp') 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); -- cgit v1.2.3