indenting
This commit is contained in:
parent
380af80a13
commit
ba46126706
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ void menu_clear_entries(ObMenu *self)
|
|||
#endif
|
||||
|
||||
while (self->entries) {
|
||||
menu_entry_free(self->entries->data);
|
||||
menu_entry_free(self->entries->data);
|
||||
self->entries = g_list_delete_link(self->entries, self->entries);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue