summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authorAstrid Smith2010-07-24 17:13:24 -0700
committerAstrid Smith2010-07-24 17:13:24 -0700
commitd03f55e5e436d949c137a4b66a55066eae367709 (patch)
tree125ac2fc97f25b2dbc36d1a54a77dde460dc8905 /video.c
parent48aaaa74f7052e870d43e840a069eeda7729f404 (diff)
Again, I shouldn't be trusted to write C ...
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index ad2345f..1760bfc 100644
--- a/video.c
+++ b/video.c
@@ -51,7 +51,7 @@ char video_read(void)
short int data = *((short int *)addr);
data <<= (shift-8);
data &= 0xff;
- return;
+ return data;
}
void *video_compute_address()