From 155b9396011834c7385ef17da18f82d9d67748b6 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 14 Jul 2017 23:31:56 -0500 Subject: Use const for gettext strings Signed-off-by: Burt P --- modules/devices/cpu_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/cpu_util.c') diff --git a/modules/devices/cpu_util.c b/modules/devices/cpu_util.c index 6faa9811..123b325f 100644 --- a/modules/devices/cpu_util.c +++ b/modules/devices/cpu_util.c @@ -21,7 +21,7 @@ #include "hardinfo.h" #include "cpu_util.h" -gchar *byte_order_str() { +const gchar *byte_order_str() { #if G_BYTE_ORDER == G_LITTLE_ENDIAN return _("Little Endian"); #else -- cgit v1.2.3