Commit 006fc233 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

typo fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3804 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 118cb37e
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment