nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 68a44a4905a74d2df951b8922a19babf8db064ca
parent f613ca78c6a887ccdc864482c0aa5b64860e6d50
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 13 May 2004 23:05:14 +0000

one last minor cosmetic change


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1735 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -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) {