typo fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3804 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-07-22 16:50:17 +00:00
parent 118cb37e63
commit 006fc2338c
1 changed files with 2 additions and 2 deletions

View File

@ -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;