mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
credits: make strings arrays const
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user