diff -r f243293e70ad -r 527d6f234924 mcabber/src/screen.c --- a/mcabber/src/screen.c Mon Aug 21 21:28:58 2006 +0200 +++ b/mcabber/src/screen.c Sat Aug 26 21:13:13 2006 +0200 @@ -2280,7 +2280,7 @@ // 0 if "seq" could match 1 or more known sequences // >0 if "seq" matches a key sequence; the mkey code is returned // and *ret is set to the matching keyseq structure. -static inline guint match_keyseq(int *iseq, keyseq **ret) +static inline gint match_keyseq(int *iseq, keyseq **ret) { GSList *ksl; keyseq *ksp;