forked from AuroraMiddleware/gtk
gtkapplication.c: Fix syntax error
Previous commit accidentally removed the closing } from gtk_application_end_session(). Add it back to unbreak the build.
This commit is contained in:
parent
916009b5d6
commit
700a334d87
@ -1444,6 +1444,7 @@ gtk_application_end_session (GtkApplication *application,
|
||||
NULL, NULL, NULL);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user