]> git.webhop.me Git - lcd4linux.git/commitdiff
fixed typo
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 17 Jan 2010 12:26:23 +0000 (12:26 +0000)
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 17 Jan 2010 12:26:23 +0000 (12:26 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1081 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugin_i2c_sensors.c

index 6092cbfda9a3196846c16962f757c9280020f84b..47d080e62ff842561a15d27daf4e9ab88643c1e9 100644 (file)
@@ -188,7 +188,7 @@ static int parse_i2c_sensors_procfs(const char *key)
        return -1;
     }
 
-#ifndef __MAX_OS_X_VERSION_10_3
+#ifndef __MAC_OS_X_VERSION_10_3
     running = strndup(buffer, sizeof(buffer));
 #else
     // there is no strndup in OSX