diff options
| author | Astrid Smith | 2010-07-24 17:13:24 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-07-24 17:13:24 -0700 |
| commit | d03f55e5e436d949c137a4b66a55066eae367709 (patch) | |
| tree | 125ac2fc97f25b2dbc36d1a54a77dde460dc8905 /video.c | |
| parent | 48aaaa74f7052e870d43e840a069eeda7729f404 (diff) | |
Again, I shouldn't be trusted to write C ...
Diffstat (limited to 'video.c')
| -rw-r--r-- | video.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
