plugins/perl/common/Conversation_Chat.xs

changeset 6617
ff98718d6def
parent 6616
04fe2d1a1bc8
child 6618
dc8e64c0f2f1
--- a/plugins/perl/common/Conversation_Chat.xs	Sun Aug 24 20:44:50 2003 +0000
+++ b/plugins/perl/common/Conversation_Chat.xs	Sun Aug 24 20:56:15 2003 +0000
@@ -81,7 +81,7 @@
 	const char *message
 	int flags
 CODE:
-	gaim_chat_write(chat, who, message, flags, time(NULL);
+	gaim_chat_write(chat, who, message, flags, time(NULL));
 
 void
 gaim_chat_send(chat, message)

mercurial