commit 79c849a4a96b9e090b996a1c0cde6bd66349459b
parent cb7ee0e491ccc189e7b25e548e4262d52097a214
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 1 Sep 2003 16:34:12 +0000
fix indentation of a label
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);