From d03f55e5e436d949c137a4b66a55066eae367709 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sat, 24 Jul 2010 17:13:24 -0700 Subject: Again, I shouldn't be trusted to write C ... --- video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video.c') 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() -- cgit v1.2.3