[balsa/wip/gmime3: 120/197] Do not use old style declaration



commit a69352e3295c7454a38d7f56b82e172b9457ac80
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Jul 15 17:39:19 2017 -0400

    Do not use old style declaration
    
        * libbalsa/address.c (libbalsa_address_get_edit_widget): do not
        use old style declaration.

 libbalsa/address.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbalsa/address.c b/libbalsa/address.c
index 58ac01b..2406dd9 100644
--- a/libbalsa/address.c
+++ b/libbalsa/address.c
@@ -948,7 +948,7 @@ libbalsa_address_get_edit_widget(const LibBalsaAddress *address,
                                  GtkWidget **entries,
                                  GCallback changed_cb, gpointer changed_data)
 {
-    const static gchar *labels[NUM_FIELDS] = {
+    static const gchar *labels[NUM_FIELDS] = {
        N_("D_isplayed Name:"),
        N_("_First Name:"),
        N_("_Last Name:"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]