aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-reflow-model.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-26 04:05:40 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-26 04:05:40 +0800
commit0a226a048384c990cb180b5f52a6c51f153252c3 (patch)
treeb6d6490c760d524cbb676681d38c7093fa18a123 /widgets/misc/e-reflow-model.c
parent6c0fded334bf9c7a2b7142cae6ee372afe2026be (diff)
downloadgsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar
gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.gz
gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.bz2
gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.lz
gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.xz
gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.zst
gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.zip
Ansification patch from danw.
2002-04-25 Christopher James Lahey <clahey@ximian.com> * gal/e-paned/e-paned.c, gal/e-text/e-entry.c, gal/util/e-bit-array.c, gal/util/e-sorter-array.c, gal/util/e-sorter.c, gal/util/e-text-event-processor.c, gal/widgets/color-group.c, gal/widgets/color-palette.c, gal/widgets/e-canvas-vbox.c, gal/widgets/e-canvas.c, gal/widgets/e-canvas.h, gal/widgets/e-categories-master-list-array.c, gal/widgets/e-categories-master-list-combo.c, gal/widgets/e-categories-master-list-dialog-model.c, gal/widgets/e-categories-master-list-dialog.c, gal/widgets/e-categories.c, gal/widgets/e-reflow-model.c, gal/widgets/e-reflow.c, gal/widgets/e-selection-model-array.c, gal/widgets/e-selection-model-simple.c, gal/widgets/e-selection-model.c, gal/widgets/e-selection-model.h, gal/widgets/gtk-combo-box.c, gal/widgets/gtk-combo-stack.c, gal/widgets/widget-color-combo.c, gal/widgets/widget-pixmap-combo.c: Ansification patch from danw. svn path=/trunk/; revision=16589
Diffstat (limited to 'widgets/misc/e-reflow-model.c')
-rw-r--r--widgets/misc/e-reflow-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-reflow-model.c b/widgets/misc/e-reflow-model.c
index 0cf218e829..8e75b8249e 100644
--- a/widgets/misc/e-reflow-model.c
+++ b/widgets/misc/e-reflow-model.c
@@ -32,7 +32,7 @@
#define d(x)
-d(static gint depth = 0);
+d(static gint depth = 0;)
static GtkObjectClass *e_reflow_model_parent_class;