diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-27 21:35:19 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-27 21:35:19 +0200 |
commit | d20dccbe025c21a4dad10bfb71f192925543b7c3 (patch) | |
tree | fc3bd5e39518de47b31c0e92ff67ae9dbb705850 /src/common/hexchat.c | |
parent | e834783cb800d7b6a0af505f904daf00c979a0f3 (diff) |
Some crucial cosmetics
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 2 |
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_() */ |