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:
Martin Pitt 2012-01-07 10:04:18 +01:00
parent 916009b5d6
commit 700a334d87

View File

@ -1444,6 +1444,7 @@ gtk_application_end_session (GtkApplication *application,
NULL, NULL, NULL);
break;
}
}
#else