diff pidgin/plugins/history.c @ 22925:7c8275692b3b

Remove a compile warning.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 13 May 2008 16:52:40 +0000
parents cf2ac6f0758a
children f10aba5592c6 ed13551a592a
line wrap: on
line diff
--- a/pidgin/plugins/history.c	Tue May 13 16:52:21 2008 +0000
+++ b/pidgin/plugins/history.c	Tue May 13 16:52:40 2008 +0000
@@ -43,7 +43,7 @@
 	char *header;
 	char *protocol;
 	char *escaped_alias;
-	char *header_date;
+	const char *header_date;
 
 	convtype = purple_conversation_get_type(c);
 	gtkconv = PIDGIN_CONVERSATION(c);