mirror of https://github.com/xzeldon/htop.git
Proper label indentation
This commit is contained in:
parent
279140db21
commit
df435931b6
|
@ -226,7 +226,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
|||
*fifteen = scanFifteen;
|
||||
return;
|
||||
|
||||
err:
|
||||
err:
|
||||
*one = NAN;
|
||||
*five = NAN;
|
||||
*fifteen = NAN;
|
||||
|
|
Loading…
Reference in New Issue