summaryrefslogtreecommitdiff
path: root/driver/vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/vesa.c')
-rw-r--r--driver/vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/vesa.c b/driver/vesa.c
index bdf1c9a..eb99173 100644
--- a/driver/vesa.c
+++ b/driver/vesa.c
@@ -234,7 +234,7 @@ void PutString(char *str, int x,int y, int color, va_list va)
int i=x;
while((*str)!=0)
{
- //PutFont(*str, i,y, color);
+ PutFont(*str, i,y, color,0x0);
i+=9; // spacing
str++;
}