summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core
diff options
context:
space:
mode:
authorMarty Connor2007-07-03 22:02:15 +0200
committerMarty Connor2007-07-03 22:02:15 +0200
commit9b3c4e4d791ed0a514630b626d6a052a7d2a448e (patch)
tree89e9b4d52e8469e1a514424d70a74dbc9dba8fc8 /src/arch/i386/core
parentMerge branch 'master' of /pub/scm/gpxe (diff)
downloadipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.tar.gz
ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.tar.xz
ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.zip
Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot
Diffstat (limited to 'src/arch/i386/core')
-rw-r--r--src/arch/i386/core/video_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/core/video_subr.c b/src/arch/i386/core/video_subr.c
index 7f3b96bf..63e07d5a 100644
--- a/src/arch/i386/core/video_subr.c
+++ b/src/arch/i386/core/video_subr.c
@@ -33,7 +33,7 @@ static void video_init(void)
{
static int inited=0;
- vidmem = (unsigned char *)phys_to_virt(VIDBUFFER);
+ vidmem = (char *)phys_to_virt(VIDBUFFER);
if (!inited) {
video_line = 0;