aboutsummaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorhpa <hpa>2003-12-05 03:47:24 +0000
committerhpa <hpa>2003-12-05 03:47:24 +0000
commit1af8de3cb2c03c93bc2b99da4d03be51e8b95998 (patch)
tree088a3700e2e42e9e5f40262a8d8c6ceb8457d42c /sample
parented542ba7c955a9b5dddd70d6627908e5efebdec2 (diff)
downloadsyslinux-1af8de3cb2c03c93bc2b99da4d03be51e8b95998.tar.gz
Fix spacing
Diffstat (limited to 'sample')
-rw-r--r--sample/mdiskchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/mdiskchk.c b/sample/mdiskchk.c
index cf2987ea..d184149d 100644
--- a/sample/mdiskchk.c
+++ b/sample/mdiskchk.c
@@ -65,8 +65,8 @@ struct memdiskinfo * query_memdisk(int drive)
mov _edx, edx ;
mov _ebx, ebx ;
mov _es, es ;
- mov _di, di
- }
+ mov _di, di ;
+ }
if ( _eax >> 16 != 0x4d21 ||
_ecx >> 16 != 0x4d45 ||