Mercurial > pidgin
changeset 22925:7c8275692b3b
Remove a compile warning.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 13 May 2008 16:52:40 +0000 |
parents | 7228a48eda76 |
children | 4fa01df51fec |
files | pidgin/plugins/history.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);