summary refs log tree commit diff stats
path: root/plugins/python/python.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-04 17:40:48 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-04 17:40:48 +0200
commitb2317d88007270f8b49d3282face90a7f2716e7d (patch)
treeeeb683d793dfceac3b7ccd91896e13795d91078b /plugins/python/python.c
parent3283c719368fbdc2d3f6f58aa3701d97d0b82b7f (diff)
Typofix
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r--plugins/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index 134d5e47..4ea34c23 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -67,7 +67,7 @@
 #endif
 
 #include "hexchat-plugin.h"
-#undef _POSIX_C_SOURCE	/* Avoid warning: also in /usr/include/features.hfrom glib.h */
+#undef _POSIX_C_SOURCE	/* Avoid warning: also in /usr/include/features.h from glib.h */
 #include <Python.h>
 #include <structmember.h>
 #include <pythread.h>