summaryrefslogtreecommitdiff
path: root/src/perl/irc/Server.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/irc/Server.xs')
-rw-r--r--src/perl/irc/Server.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/irc/Server.xs b/src/perl/irc/Server.xs
index dfe88f65..85b13f80 100644
--- a/src/perl/irc/Server.xs
+++ b/src/perl/irc/Server.xs
@@ -52,7 +52,7 @@ PREINIT:
char *ret;
PPCODE:
ret = irc_server_get_channels(server);
- xPUSHs(sv_2mortal(new_pv(ret)));
+ XPUSHs(sv_2mortal(new_pv(ret)));
g_free(ret);
void