summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:25:15 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commitdf435931b649de42f518e62b598f95df7eed04e2 (patch)
treeb0315654a4ca079e1872d04709d634e4dde24e27
parent279140db218ed5f5283c6185a416abb8e4a0df8c (diff)
Proper label indentation
-rw-r--r--linux/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Platform.c b/linux/Platform.c
index 9bf495bb..2d28b8e1 100644
--- a/linux/Platform.c
+++ b/linux/Platform.c
@@ -226,7 +226,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
*fifteen = scanFifteen;
return;
- err:
+err:
*one = NAN;
*five = NAN;
*fifteen = NAN;