From: Dave Love Date: Thu, 10 Oct 2002 23:03:13 +0000 (+0000) Subject: (Flanginfo): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f93a2a232388119226aafeac0f307f60067b5a4;p=emacs.git (Flanginfo): Fix typo. --- 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