mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
credits: make strings arrays const
This commit is contained in:
@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user