summary refs log tree commit diff stats
path: root/src/common/server.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 00:16:27 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 00:16:27 +0200
commitd6dec82d3d5bf2b130fa8c989c5650710e5b703e (patch)
treedc421f2856933d358ae9aaa7b5ef9dceafda11d3 /src/common/server.c
parent1a75c8e1be58a25510642605dcd40c5c65e9c3f3 (diff)
Some more rebranding
Diffstat (limited to 'src/common/server.c')
-rw-r--r--src/common/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c
index 04b955bb..c3abb6ad 100644
--- a/src/common/server.c
+++ b/src/common/server.c
@@ -76,7 +76,7 @@
 #endif
 
 #ifdef USE_OPENSSL
-extern SSL_CTX *ctx;				  /* xchat.c */
+extern SSL_CTX *ctx;				  /* hexchat.c */
 /* local variables */
 static struct session *g_sess = NULL;
 #endif