credits: make strings arrays const

This commit is contained in:
Christian Hergert
2016-06-21 12:49:26 -07:00
parent a7a6c59bda
commit 7bbe8cec72

View File

@ -5,7 +5,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
static gchar *sysprof_authors[] = { static const gchar *sysprof_authors[] = {
"Bastien Nocera", "Bastien Nocera",
"Behdad Esfahbod", "Behdad Esfahbod",
"Christian Hergert", "Christian Hergert",
@ -28,7 +28,7 @@ static gchar *sysprof_authors[] = {
NULL NULL
}; };
static gchar *sysprof_artists[] = { static const gchar *sysprof_artists[] = {
"Jakub Steiner", "Jakub Steiner",
NULL NULL
}; };