summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-10-13 00:50:09 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-13 00:50:09 +0200
commit68cfc4fec0fed7ef4da9f03da68bd61900654ee3 (patch)
treeb68e04b8ab96fe229e416b1f2b89908578a6629d /kcontrol
parentf19d2da92e25435457866b0c026f6d17905464ae (diff)
downloadtdebase-68cfc4fec0fed7ef4da9f03da68bd61900654ee3.tar.gz
tdebase-68cfc4fec0fed7ef4da9f03da68bd61900654ee3.zip
Fix FTBFS caused by typo in commit d3ce4fa7
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/tdefontinst/tdefontinst/GetPid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/tdefontinst/GetPid.c b/kcontrol/tdefontinst/tdefontinst/GetPid.c
index 37aba65c3..1a633a76b 100644
--- a/kcontrol/tdefontinst/tdefontinst/GetPid.c
+++ b/kcontrol/tdefontinst/tdefontinst/GetPid.c
@@ -83,7 +83,7 @@
6. Email me and let me know if it works!
*/
-#if defined OS_Linux || defined __Linux__
+#if defined OS_Linux || defined __linux__
#include <dirent.h>
#include <ctype.h>