Commit 3b0729cf authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix slightly misplaced break

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1807 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -389,8 +389,8 @@ int get_translated_kbinput(int kbinput, int *es
escapes = 0;
retval = kbinput;
}
break;
}
break;
default:
/* Reset the escape counter. */
escapes = 0;
......
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