From da302d92c7685a56679c80b757e0adee8d092488 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 14 Oct 2012 17:58:58 +0100 Subject: Fixed compiler warning --- src/chat_log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chat_log.h') diff --git a/src/chat_log.h b/src/chat_log.h index d8455a26..7071da55 100644 --- a/src/chat_log.h +++ b/src/chat_log.h @@ -34,7 +34,7 @@ void chat_log_init(void); void chat_log_chat(const gchar * const login, gchar *other, const gchar * const msg, chat_log_direction_t direction); void chat_log_close(void); -GSList * chat_log_get_previous(const gchar * const login, gchar *recipient, - GSList *history); +GSList * chat_log_get_previous(const gchar * const login, + const gchar * const recipient, GSList *history); #endif -- cgit 1.4.1-2-gfad0