add missing blank line
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2603 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9b108c2110
commit
193b0e56f3
|
@ -1060,6 +1060,7 @@ void shortcut_init(bool unjustify)
|
||||||
void free_shortcutage(shortcut **shortcutage)
|
void free_shortcutage(shortcut **shortcutage)
|
||||||
{
|
{
|
||||||
assert(shortcutage != NULL);
|
assert(shortcutage != NULL);
|
||||||
|
|
||||||
while (*shortcutage != NULL) {
|
while (*shortcutage != NULL) {
|
||||||
shortcut *ps = *shortcutage;
|
shortcut *ps = *shortcutage;
|
||||||
*shortcutage = (*shortcutage)->next;
|
*shortcutage = (*shortcutage)->next;
|
||||||
|
|
Loading…
Reference in New Issue