From 17276e506eb92884b003d625abe20cc30edbd91a Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Tue, 23 Jan 2001 01:22:32 +0000
Subject: [PATCH] Oops, Rob not Rocco :>

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@500 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f8f21ed4..0d05ad2c 100644
--- 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:
-- 
GitLab