[gtk+] gtkapplication.c: Fix syntax error
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtkapplication.c: Fix syntax error
- Date: Sat, 7 Jan 2012 09:05:19 +0000 (UTC)
commit 700a334d871429735eebcc1f2b507c71bb15e9a4
Author: Martin Pitt <martin pitt ubuntu com>
Date: Sat Jan 7 10:04:18 2012 +0100
gtkapplication.c: Fix syntax error
Previous commit accidentally removed the closing } from
gtk_application_end_session(). Add it back to unbreak the build.
gtk/gtkapplication.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 4705c25..a30529a 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -1444,6 +1444,7 @@ gtk_application_end_session (GtkApplication *application,
NULL, NULL, NULL);
break;
}
+}
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]