diff options
author | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
---|---|---|
committer | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
commit | c4fdc6bfdb2211e13643d5fba75edf437c122eef (patch) | |
tree | d5991bc7350d3058cfcefe06dfa43814e62df919 /sys/src/9/boot/boot.h | |
parent | 6b402b83cffc97015345dab1c27c35afe64bb3db (diff) |
fix fuckup
Diffstat (limited to 'sys/src/9/boot/boot.h')
-rw-r--r-- | sys/src/9/boot/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/boot.h b/sys/src/9/boot/boot.h index db7130922..c72622807 100644 --- a/sys/src/9/boot/boot.h +++ b/sys/src/9/boot/boot.h @@ -1,5 +1,5 @@ enum { - Debug = 1, + Debug = 0, }; extern void fatal(char*); |