diff options
Diffstat (limited to 'includes/cpu_util.h')
-rw-r--r-- | includes/cpu_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |