This commit is contained in:
Mario Hüttel 2019-03-15 23:16:39 +01:00
parent 19b26a3c26
commit 60f54e2240
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -38,7 +38,7 @@ static void app_quit(GSimpleAction *action, GVariant *parameter, gpointer user_d
GList *list_iter;
GdsRenderGui *gui;
/* Dispose all Guis */
/* Dispose all GUIs */
for (list_iter = appdata->gui_list; list_iter != NULL; list_iter = g_list_next(list_iter)) {
gui = RENDERER_GUI(list_iter->data);
g_object_unref(gui);