add missing blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2603 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-06 18:41:17 +00:00
parent 9b108c2110
commit 193b0e56f3
1 changed files with 1 additions and 0 deletions

View File

@ -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;