summaryrefslogtreecommitdiff
path: root/src/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu.h')
-rw-r--r--src/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.h b/src/cpu.h
index 89a810a..055764e 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -1,6 +1,6 @@
#ifndef CPU_H
#define CPU_H
-void display_cpu();
+const char *display_cpu();
#endif