Commit 68a44a49 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

one last minor cosmetic change

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1735 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1968,7 +1968,7 @@ int justify_format(int changes_allowed, filestruct *line, size_t skip)
assert(*back == '\0' && *front == '\0');
/* This assert merely documents a fact about the loop above. */
assert(changes_allowed != 0 || back == front);
assert(changes_allowed || back == front);
/* Now back is the new end of line->data. */
if (back != front) {
......
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