From 0f93a2a232388119226aafeac0f307f60067b5a4 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 10 Oct 2002 23:03:13 +0000 Subject: [PATCH] (Flanginfo): Fix typo. --- src/fns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fns.c b/src/fns.c index 5865cdf1a93..d43f53febb7 100644 --- a/src/fns.c +++ b/src/fns.c @@ -801,7 +801,7 @@ string_char_to_byte (string, char_index) 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 @@ nl_langinfo(3), return nil. */) code_convert_string (make_unibyte_string (str, strlen (str)), Vlocale_coding_system, Qnil, 0, 0, 1)); } - return val; + return v; } #endif #ifdef MON_1 -- 2.39.2