]> git.wh0rd.org Git - nano.git/commitdiff
remove unneeded space
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 5 Apr 2005 14:18:41 +0000 (14:18 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 5 Apr 2005 14:18:41 +0000 (14:18 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2450 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 7711d89eceb103e8caa4c110a89d1f3621c854b3..e7d6b5f9aed560e1055ad93028b744cd6ba45060 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -561,7 +561,7 @@ GNU nano 1.3.5 - 2004.11.22
        - After reading in a file and detecting the format it's in, set
          the file format flags (DOS_FILE and MAC_FILE) to match, and
          preserve them across multiple file buffers.  Changes to
-         read_file(), add_open_file(), and load_open_file().  (DLR,
+         read_file(), add_open_file(), and load_open_file(). (DLR,
          suggested by Bill Soudan)
        - Remove the -D/--dos and -M/--mac command line options, as they
          aren't much use with the new file format autodetection.  Also