summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-27 21:35:19 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-27 21:35:19 +0200
commitd20dccbe025c21a4dad10bfb71f192925543b7c3 (patch)
treefc3bd5e39518de47b31c0e92ff67ae9dbb705850 /src/common/hexchat.c
parente834783cb800d7b6a0af505f904daf00c979a0f3 (diff)
Some crucial cosmetics
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index 41904412..2d9ff424 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -51,7 +51,7 @@
 #include "url.h"
 #include "hexchatc.h"
 
-#include <glib-object.h>			/*for g_type_init() */
+#include <glib-object.h>			/* for g_type_init() */
 
 #ifdef USE_OPENSSL
 #include <openssl/ssl.h>			/* SSL_() */