diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 09:05:48 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 09:05:48 +0100 |
commit | b6c89e76707604e11271407f700fa13d7adf0a40 (patch) | |
tree | 224118ba39a0781a08d4456675cfa96e4e854832 /src | |
parent | 8d6f4d9d40c68f3174cbe94f7107dea74d00d5fc (diff) |
Fix Unix compilation
Diffstat (limited to 'src')
-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 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 |