diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-01 06:46:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-01 06:46:57 +0000 |
commit | aa8673ba840e72a80fc764fb61d487465b9018a2 (patch) | |
tree | bc14221ec483f3dc68011f3dd7a8d7e34faf240c /gtk/gtkprintoperation.c | |
parent | bffd4b117db41be05708fa0cfe5124b7157702dc (diff) | |
download | gtk+-aa8673ba840e72a80fc764fb61d487465b9018a2.tar.gz |
Fix make check
svn path=/trunk/; revision=22033
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 403902403e..05b8b9e4a7 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -2161,7 +2161,7 @@ common_render_page (GtkPrintOperation *op, gtk_print_operation_draw_page_finish (op); } -void +static void prepare_data (PrintPagesData *data) { GtkPrintOperationPrivate *priv; |