deleted a ';': pasting didn't work properly

This commit is contained in:
eck 1990-02-26 10:18:40 +00:00
parent 95632b0fef
commit 8d04be4a13

View file

@ -574,7 +574,7 @@ macro2buffer(repl, idf, args)
}
if (repl->r_ptr >= repl->r_text
&& *repl->r_ptr == TOKSEP);
&& *repl->r_ptr == TOKSEP)
--repl->r_ptr;
++repl->r_ptr;