diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-30 10:04:35 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-30 10:06:06 -0700 |
commit | 1a60e00bb7b333976918c518ad18fd19af781c9c (patch) | |
tree | 6e4c7e831347c3016f54113f18117dc517d9fd57 /com32 | |
parent | 11d9fbe2b5ac4b8756fd00a18611ff13956bfe1b (diff) | |
download | syslinux-1a60e00bb7b333976918c518ad18fd19af781c9c.tar.gz syslinux-1a60e00bb7b333976918c518ad18fd19af781c9c.tar.xz syslinux-1a60e00bb7b333976918c518ad18fd19af781c9c.zip |
mboot: disable DEBUG
Disable DEBUG in mboot.c32, which was accidentally enabled in a
previous commit.
Reported-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32')
-rw-r--r-- | com32/mboot/mboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/mboot/mboot.h b/com32/mboot/mboot.h index c14ed81c..c05d69f1 100644 --- a/com32/mboot/mboot.h +++ b/com32/mboot/mboot.h @@ -54,7 +54,7 @@ #include "mb_header.h" #include "mb_info.h" -#define DEBUG 1 +#define DEBUG 0 #if DEBUG # define dprintf printf #else |