]> xenbits.xensource.com Git - seabios.git/commit
Minor cleanup of GET_VAR usage in output.c.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 31 Mar 2008 03:22:39 +0000 (23:22 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 31 Mar 2008 03:22:39 +0000 (23:22 -0400)
commit41d2810e0e7e3fa94ff1e1387ed738f8bd5a4f48
treee03b46c95cff5fc5a453d8dc2cc9d0184623d868
parent438f63515c0fea19d2b2e1f1e5571920d12c6529
Minor cleanup of GET_VAR usage in output.c.

Don't cast to a u8 - instead, cast the pointer to a u8*.
src/output.c