]> git.wh0rd.org Git - nano.git/commitdiff
Oops, Rob not Rocco :>
authorChris Allegretta <chrisa@asty.org>
Tue, 23 Jan 2001 01:22:32 +0000 (01:22 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 23 Jan 2001 01:22:32 +0000 (01:22 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@500 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index f8f21ed4e01f75e04caa34efc4ae457781b659d7..0d05ad2cac9238125622b7f7f318379b83db6f40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ CVS code -
 General
        - Removed center_x and center_y globals.  center_y was
          completely unused and center_x was only used a few places,
-         easily replaced with COLS / 2.
+         easily replaced with COLS / 2 (oops, not current_x & y (Rob)).
        - Deleted free_node, duplicate of delete_node, and changed all
          free_node calls to delete_node.
 - files.c: