mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Chore: fix a lot code smell
This commit is contained in:
@@ -26,6 +26,8 @@ const char* detectThermalTemp(double* current, double* critical)
|
||||
else
|
||||
*critical = 0.0/0.0;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return "No WMI result returned";
|
||||
|
||||
Reference in New Issue
Block a user