From b6c89e76707604e11271407f700fa13d7adf0a40 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 09:05:48 +0100 Subject: [PATCH] Fix Unix compilation --- src/common/hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 66612a30..6bd3c4cc 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -1167,7 +1167,7 @@ main (int argc, char *argv[]) return ret; #ifdef USE_DBUS - xchat_remote (); + hexchat_remote (); #endif #ifdef USE_LIBPROXY