mirror of git://git.sv.gnu.org/nano.git
typo fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3804 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
118cb37e63
commit
006fc2338c
|
@ -622,7 +622,7 @@ const char *mbstrcasestr(const char *haystack, const char *needle)
|
|||
{
|
||||
#ifdef ENABLE_UTF8
|
||||
if (use_utf8) {
|
||||
char *r_mb. *q_mb;
|
||||
char *r_mb, *q_mb;
|
||||
wchar_t wr, wq;
|
||||
bool found_needle = FALSE;
|
||||
|
||||
|
@ -730,7 +730,7 @@ const char *mbrevstrcasestr(const char *haystack, const char *needle,
|
|||
{
|
||||
#ifdef ENABLE_UTF8
|
||||
if (use_utf8) {
|
||||
char *r_mb. *q_mb;
|
||||
char *r_mb, *q_mb;
|
||||
wchar_t wr, wq;
|
||||
bool begin_line = FALSE, found_needle = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue