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 --- includes/cpu_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/cpu_util.h b/includes/cpu_util.h index db72873a..36ca3c2d 100644 --- a/includes/cpu_util.h +++ b/includes/cpu_util.h @@ -12,7 +12,7 @@ #define UNKIFNULL(f) STRIFNULL(f, _("(Unknown)") ) #define EMPIFNULL(f) STRIFNULL(f, "") -gchar *byte_order_str(void); +const gchar *byte_order_str(void); /* from /sys/devices/system/cpu/cpu%d/%s */ gchar* get_cpu_str(const gchar* file, gint cpuid); -- cgit v1.2.3