fix printf format args

This commit is contained in:
Marty Connor
2006-06-29 19:04:25 +00:00
parent e8cc1c4333
commit eb091f03e3
2 changed files with 6 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
#include "buffer.h"
#include "load_buffer.h"
#include "image.h"
#include <console.h>
static struct image images[0] __image_start;
static struct image images_end[0] __image_end;