[gtk+] Bug 467720 - Useless use of const qualifier
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Bug 467720 - Useless use of const qualifier
- Date: Sat, 28 Sep 2013 18:14:44 +0000 (UTC)
commit b0e168d58ff8092e47327b6e57dbb42f0baab5de
Author: Behdad Esfahbod <behdad behdad org>
Date: Sat Sep 28 14:14:31 2013 -0400
Bug 467720 - Useless use of const qualifier
gtk/gtkpagesetupunixdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c
index f4c06d6..00f74b3 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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]