From 7bbe8cec72df8301d70b28d31165b026ec37ee33 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 21 Jun 2016 12:49:26 -0700 Subject: [PATCH] credits: make strings arrays const --- src/sp-credits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sp-credits.h b/src/sp-credits.h index acaf8942..21523aed 100644 --- a/src/sp-credits.h +++ b/src/sp-credits.h @@ -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 };