# HG changeset patch # User Daniel Atallah # Date 1210559244 0 # Node ID 75c2382d54d1c188848965993582dba3c903aa19 # Parent 8f353a31189583c8271b21a92443910cfce13b37 Fix function to match header definition diff -r 8f353a311895 -r 75c2382d54d1 libpurple/protocols/oscar/msgcookie.c --- 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;