changeset 89196:5dee2a648800

(Flanginfo): Fix typo.
author Dave Love <fx@gnu.org>
date Thu, 10 Oct 2002 23:03:13 +0000
parents 46babc69b625
children f9faddb101bc
files src/fns.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Thu Oct 10 22:36:24 2002 +0000
+++ b/src/fns.c	Thu Oct 10 23:03:13 2002 +0000
@@ -801,7 +801,7 @@
      Lisp_Object string;
      int char_index;
 {
-  int i, i_byte;
+  int i_byte;
   int best_below, best_below_byte;
   int best_above, best_above_byte;
 
@@ -2802,7 +2802,7 @@
 		 code_convert_string (make_unibyte_string (str, strlen (str)),
 				      Vlocale_coding_system, Qnil, 0, 0, 1));
 	}
-      return val;
+      return v;
     }
 #endif
 #ifdef MON_1