summaryrefslogtreecommitdiff
path: root/sample/hello.c
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-03 08:23:16 +0000
committerhpa <hpa>2005-01-03 08:23:16 +0000
commitdea185cee5808a3fda7d84f0e8683c2d08c71395 (patch)
tree94776ec966887d9181aa90641cf7c0a2d49317bf /sample/hello.c
parentbf6a57a72c2c6f6d1589e266f790e61e6bb69a9d (diff)
downloadsyslinux-dea185cee5808a3fda7d84f0e8683c2d08c71395.tar.gz
Clean up compile problems.
Diffstat (limited to 'sample/hello.c')
-rw-r--r--sample/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/hello.c b/sample/hello.c
index 58a5e873..d0842f78 100644
--- a/sample/hello.c
+++ b/sample/hello.c
@@ -30,7 +30,7 @@ static inline void memset(void *buf, int ch, unsigned int len)
int __start(void)
{
const char *msg = "Hello, World!\r\n";
- com32sys_t inreg, outreg;
+ com32sys_t inreg;
const char *p;
memset(&inreg, 0, sizeof inreg);