diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-28 14:14:31 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-28 14:14:31 -0400 |
commit | b0e168d58ff8092e47327b6e57dbb42f0baab5de (patch) | |
tree | d8d0eb8cb9cee2b8a0f45a8719aa91b72f942a18 /gtk/gtkpagesetupunixdialog.c | |
parent | 124e814f478936e017e58359240c540ad6678f3b (diff) | |
download | gtk+-b0e168d58ff8092e47327b6e57dbb42f0baab5de.tar.gz |
Bug 467720 - Useless use of const qualifier
Diffstat (limited to 'gtk/gtkpagesetupunixdialog.c')
-rw-r--r-- | gtk/gtkpagesetupunixdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c index f4c06d651b..00f74b3cef 100644 --- a/gtk/gtkpagesetupunixdialog.c +++ b/gtk/gtkpagesetupunixdialog.c @@ -130,7 +130,7 @@ static gboolean paper_size_row_is_separator (GtkTreeModel *model, gpointer data); -static const gchar const common_paper_sizes[][16] = { +static const gchar common_paper_sizes[][16] = { "na_letter", "na_legal", "iso_a4", |