Mercurial > pidgin
diff libpurple/protocols/oscar/msgcookie.c @ 22915:75c2382d54d1
Fix function to match header definition
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Mon, 12 May 2008 02:27:24 +0000 |
| parents | 44b4e8bd759b |
| children | 59f4012b2b94 |
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;
