changeset 22917:75c2382d54d1

Fix function to match header definition
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 May 2008 02:27:24 +0000
parents 8f353a311895
children 7d8c06d88125
files libpurple/protocols/oscar/msgcookie.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/msgcookie.c	Mon May 12 02:27:08 2008 +0000
+++ b/libpurple/protocols/oscar/msgcookie.c	Mon May 12 02:27:24 2008 +0000
@@ -132,7 +132,7 @@
  *         on success; returns NULL on error/not found
  */
 
-IcbmCookie *aim_checkcookie(OscarData *od, const guint8 *cookie, int type)
+IcbmCookie *aim_checkcookie(OscarData *od, const guint8 *cookie, const int type)
 {
 	IcbmCookie *cur;