From 193b0e56f3ec49447b378361bae1e7993f147720 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 6 Jun 2005 18:41:17 +0000 Subject: [PATCH] add missing blank line git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2603 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/global.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.c b/src/global.c index 00ff6ab8..ca7975a4 100644 --- a/src/global.c +++ b/src/global.c @@ -1060,6 +1060,7 @@ void shortcut_init(bool unjustify) void free_shortcutage(shortcut **shortcutage) { assert(shortcutage != NULL); + while (*shortcutage != NULL) { shortcut *ps = *shortcutage; *shortcutage = (*shortcutage)->next; -- 2.39.5