indenting

This commit is contained in:
Dana Jansens 2003-10-12 19:12:39 +00:00
parent 380af80a13
commit ba46126706

View file

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