Commit 1e7f1ea1 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

indentation fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1891 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 6420d445
Showing with 2 additions and 2 deletions
+2 -2
......@@ -3006,8 +3006,8 @@ void save_history(void)
}
}
if (fputs("\n", hist) == EOF) {
rcfile_error(N_("Error writing %s: %s"), nanohist, strerror(errno));
goto come_from;
rcfile_error(N_("Error writing %s: %s"), nanohist, strerror(errno));
goto come_from;
}
for (h = replace_history.tail; h->prev; h = h->prev) {
h->data = charealloc(h->data, strlen(h->data) + 2);
......
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