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
static gchar *sysprof_authors[] = {
static const gchar *sysprof_authors[] = {
"Bastien Nocera",
"Behdad Esfahbod",
"Christian Hergert",
@ -28,7 +28,7 @@ static gchar *sysprof_authors[] = {
NULL
};
static gchar *sysprof_artists[] = {
static const gchar *sysprof_artists[] = {
"Jakub Steiner",
NULL
};