summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;