mcabber/src/screen.c
changeset 952 527d6f234924
parent 949 e3c49b2f8143
child 961 95659cf9ea1a
--- 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;