add missing blank line
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2603 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
9b108c2110
Коммит
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;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user