[gnome-builder/wip/libide] Fix ISO C90 forbids mixed declarations error
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] Fix ISO C90 forbids mixed declarations error
- Date: Thu, 19 Feb 2015 01:17:52 +0000 (UTC)
commit e5f8ad1b34688c6997a9144dfa2a2d77f961c590
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]