]> git.wh0rd.org Git - nano.git/commitdiff
fix indentation of a label
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 1 Sep 2003 16:34:12 +0000 (16:34 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 1 Sep 2003 16:34:12 +0000 (16:34 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

files.c

diff --git a/files.c b/files.c
index 8f9918d5d276b19ed9a187a63ec37c404e39e058..a95385d1552f668ba610b1e3b7f98480866d85c6 100644 (file)
--- a/files.c
+++ b/files.c
@@ -2949,7 +2949,7 @@ void save_history(void)
                    goto come_from;
                }
            }
-come_from:
+  come_from:
            fclose(hist);
        }
        free(nanohist);