summaryrefslogtreecommitdiff
path: root/src/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu.h')
-rw-r--r--src/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu.h b/src/gpu.h
index 0db6e79..0d4a787 100644
--- a/src/gpu.h
+++ b/src/gpu.h
@@ -1,6 +1,6 @@
#ifndef GPU_H
#define GPU_H
-void display_gpu();
+const char *display_gpu();
#endif