# HG changeset patch # User Sadrul Habib Chowdhury # Date 1210697560 0 # Node ID 7c8275692b3b170c18525a60f808c1c8a45ae11d # Parent 7228a48eda765c2e99ef48276fa750c55383fc3f Remove a compile warning. diff -r 7228a48eda76 -r 7c8275692b3b pidgin/plugins/history.c --- 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);