summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-19 00:35:33 +0000
committerhpa <hpa>2005-08-19 00:35:33 +0000
commit77dc7e191aec9776049eba17100cbb555ba3d318 (patch)
tree74ef3f8ebbc33554f4c3bb31b78ce9e8951cf17a
parenta39460ee1be2a2749c6907c3ae82a48178f0ec3c (diff)
downloadsyslinux-77dc7e191aec9776049eba17100cbb555ba3d318.tar.gz
Correct the sense of "noescape"
-rw-r--r--ui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.inc b/ui.inc
index 92bf4982..7174dbee 100644
--- a/ui.inc
+++ b/ui.inc
@@ -27,7 +27,7 @@ check_for_key:
enter_command:
cmp word [NoEscape],0 ; If NOESCAPE, no prompt,
- je auto_boot ; always run default cmd
+ jne auto_boot ; always run default cmd
mov si,boot_prompt
call cwritestr