From 9064babe6f7ef934bc28e91aa5566e185660adee Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 21 May 2020 16:01:10 +0100 Subject: [PATCH] fixup! libmalcontent-ui: Update content rating formatting code --- libmalcontent-ui/gs-content-rating.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmalcontent-ui/gs-content-rating.c b/libmalcontent-ui/gs-content-rating.c index 08eb905..e04ace8 100644 --- a/libmalcontent-ui/gs-content-rating.c +++ b/libmalcontent-ui/gs-content-rating.c @@ -64,7 +64,7 @@ gs_content_rating_system_to_str (GsContentRatingSystem system) /* data obtained from https://en.wikipedia.org/wiki/Video_game_rating_system */ static char * -get_esrb_string (gchar *source, gchar *translate) +get_esrb_string (const gchar *source, const gchar *translate) { if (g_strcmp0 (source, translate) == 0) return g_strdup (source);