Commit 17276e50 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops, Rob not Rocco :>

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@500 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:
......
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