From: David Lawrence Ramsey Date: Mon, 1 Sep 2003 16:34:12 +0000 (+0000) Subject: fix indentation of a label X-Git-Tag: v1.3.0~38 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=79c849a4a96b9e090b996a1c0cde6bd66349459b;p=nano.git fix indentation of a label git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/files.c b/files.c index 8f9918d5..a95385d1 100644 --- 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);