aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_i2c_sensors.c
diff options
context:
space:
mode:
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-17 12:26:23 +0000
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-17 12:26:23 +0000
commit473fd2d3eee3b9b675b709114858a01a01810930 (patch)
treec0b4b67238e2fbfc46b192a138da1816dbc4ffbe /plugin_i2c_sensors.c
parentf1e14296a126d036e48212504284925871ba49f4 (diff)
downloadlcd4linux-473fd2d3eee3b9b675b709114858a01a01810930.tar.gz
fixed typo
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1081 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_i2c_sensors.c')
-rw-r--r--plugin_i2c_sensors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_i2c_sensors.c b/plugin_i2c_sensors.c
index 6092cbf..47d080e 100644
--- a/plugin_i2c_sensors.c
+++ b/plugin_i2c_sensors.c
@@ -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