[gnome-builder] Fix ISO C90 forbids mixed declarations error
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Fix ISO C90 forbids mixed declarations error
- Date: Mon, 23 Mar 2015 23:37:45 +0000 (UTC)
commit d1d2b46e3919e3bc385fe0361156fab67707ff0c
Author: Garrett Regier <garrettregier gmail com>
Date: Wed Feb 18 17:09:42 2015 -0800
Fix ISO C90 forbids mixed declarations error
Signed-off-by: Garrett Regier <garrettregier gmail com>
libide/ide-back-forward-list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-back-forward-list.c b/libide/ide-back-forward-list.c
index 3660443..2cc1e52 100644
--- a/libide/ide-back-forward-list.c
+++ b/libide/ide-back-forward-list.c
@@ -288,7 +288,7 @@ ide_back_forward_list_merge (IdeBackForwardList *self,
IdeBackForwardList *branch)
{
IdeBackForwardListPrivate *priv;
- IdeBackForwardListPrivate *branch_priv;;
+ IdeBackForwardListPrivate *branch_priv;
IdeBackForwardList *first;
gboolean found = FALSE;
GPtrArray *ar1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]