Commit d1dc23bd authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2907 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 7f343a6d
Showing with 1 addition and 2 deletions
+1 -2
......@@ -4088,7 +4088,6 @@ int main(int argc, char **argv)
"h?ABC:EFHINOQ:RST:UVY:abcdefgijklmo:pr:s:tvwxz")
#endif
) != -1) {
switch (optchr) {
case 'a':
case 'b':
......
......@@ -1064,7 +1064,7 @@ void do_gotopos(ssize_t line, size_t pos_x, ssize_t pos_y, size_t
void do_find_bracket(void)
{
const char *bracket_pat = "()<>[]{}", *pos;
char regex_pat[5] = "[ ]", ch, wanted_ch;
char regex_pat[] = "[ ]", ch, wanted_ch;
filestruct *current_save;
size_t current_x_save, pww_save;
bool regexp_set = ISSET(USE_REGEXP);
......
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