aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-26 04:00:21 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-26 04:00:21 +0800
commit95b711c4cdf8e35b91918841e2ed76a193829315 (patch)
treec6664a2ae7331b1707eb4bf4c51ea6303c96fe62
parentb036c8392d6e577fd8e77d67f6359b12f2eb2985 (diff)
downloadgsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar
gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.gz
gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.bz2
gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.lz
gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.xz
gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.tar.zst
gsoc2013-evolution-95b711c4cdf8e35b91918841e2ed76a193829315.zip
Ansification patch from danw.
2002-04-25 Christopher James Lahey <clahey@ximian.com> * gal-define-views-dialog.c, gal-view-factory.c, gal-view-new-dialog.c, gal-view.c: Ansification patch from danw. svn path=/trunk/; revision=16587
-rw-r--r--widgets/menus/gal-define-views-dialog.c2
-rw-r--r--widgets/menus/gal-view-factory.c2
-rw-r--r--widgets/menus/gal-view-new-dialog.c2
-rw-r--r--widgets/menus/gal-view.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/widgets/menus/gal-define-views-dialog.c b/widgets/menus/gal-define-views-dialog.c
index 55588fd960..6ce2db8f28 100644
--- a/widgets/menus/gal-define-views-dialog.c
+++ b/widgets/menus/gal-define-views-dialog.c
@@ -41,7 +41,7 @@ static GnomeDialogClass *parent_class = NULL;
/* The arguments we take */
enum {
ARG_0,
- ARG_COLLECTION,
+ ARG_COLLECTION
};
typedef struct {
diff --git a/widgets/menus/gal-view-factory.c b/widgets/menus/gal-view-factory.c
index 90864fda8f..0f0d274b06 100644
--- a/widgets/menus/gal-view-factory.c
+++ b/widgets/menus/gal-view-factory.c
@@ -30,7 +30,7 @@
#define d(x)
-d(static gint depth = 0);
+d(static gint depth = 0;)
static GtkObjectClass *gal_view_factory_parent_class;
diff --git a/widgets/menus/gal-view-new-dialog.c b/widgets/menus/gal-view-new-dialog.c
index 417fa7c343..41b4ea4c69 100644
--- a/widgets/menus/gal-view-new-dialog.c
+++ b/widgets/menus/gal-view-new-dialog.c
@@ -42,7 +42,7 @@ static GnomeDialogClass *parent_class = NULL;
enum {
ARG_0,
ARG_NAME,
- ARG_FACTORY,
+ ARG_FACTORY
};
GtkType
diff --git a/widgets/menus/gal-view.c b/widgets/menus/gal-view.c
index 71cf0d3fdd..cfaf5dabaa 100644
--- a/widgets/menus/gal-view.c
+++ b/widgets/menus/gal-view.c
@@ -32,7 +32,7 @@
#define d(x)
-d(static gint depth = 0);
+d(static gint depth = 0;)
static GtkObjectClass *gal_view_parent_class;