Xinqi Bao's Git

Properly handle *snprintf() errors
[slstatus.git] / components / temperature.c
index 35bdb01..812ae77 100644 (file)
@@ -21,7 +21,7 @@
        #include <sys/sysctl.h>
 
        const char *
        #include <sys/sysctl.h>
 
        const char *
-       temp(const char *null)
+       temp(const char *unused)
        {
                int mib[5];
                size_t size;
        {
                int mib[5];
                size_t size;