summaryrefslogtreecommitdiff
path: root/kc/core/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/video.h')
-rw-r--r--kc/core/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/video.h b/kc/core/video.h
index 55c0bbb..7b06f94 100644
--- a/kc/core/video.h
+++ b/kc/core/video.h
@@ -1,6 +1,6 @@
#pragma once
int video_init(void);
-int video_putchar(void);
+int video_putchar(int c);