diff mcabber/src/screen.c @ 952:527d6f234924

Small code cleanup
author Mikael Berthe <mikael@lilotux.net>
date Sat, 26 Aug 2006 21:13:13 +0200
parents e3c49b2f8143
children 95659cf9ea1a
line wrap: on
line diff
--- 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;