changeset 4770:b9aaf2a18957

Add missing return value type to unicode_query.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sun, 13 Dec 2009 00:59:40 +0900
parents 5460287a3327
children e0b8ef850996
files src/ChangeLog src/unicode.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Dec 10 12:42:09 2009 -0700
+++ b/src/ChangeLog	Sun Dec 13 00:59:40 2009 +0900
@@ -1,3 +1,8 @@
+2009-12-13  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* unicode.c (unicode_query): Add missing return type.
+	Thanks to 'mnewsam' on the tracker.
+
 2009-12-09  Jerry James  <james@xemacs.org>
 
 	* config.h.in: Remove HAVE_XMU.
--- a/src/unicode.c	Thu Dec 10 12:42:09 2009 -0700
+++ b/src/unicode.c	Sun Dec 13 00:59:40 2009 +0900
@@ -3093,6 +3093,7 @@
   return result;
 }
 #else /* !MULE */
+static Lisp_Object
 unicode_query (Lisp_Object UNUSED (codesys),
                struct buffer * UNUSED (buf),
                Charbpos UNUSED (end), int UNUSED (flags))