Commit abaaf2df authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Oops.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4838 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 0846583a
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1451,7 +1451,7 @@ sc *strtosc(char *input)
!strcasecmp(input, "regex")) {
s->scfunc = regexp_void;
s->execute = FALSE;
} else if (!strcasecmp(input, "backwards") {
} else if (!strcasecmp(input, "backwards")) {
s->scfunc = backwards_void;
s->execute = FALSE;
} else if (!strcasecmp(input, "dontreplace")) {
......
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