summaryrefslogtreecommitdiff
path: root/core/parseconfig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/parseconfig.inc')
-rw-r--r--core/parseconfig.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
index fcf18d9c..d2c452b6 100644
--- a/core/parseconfig.inc
+++ b/core/parseconfig.inc
@@ -1,6 +1,6 @@
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2008 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -21,12 +21,12 @@
; "default" or "ui" command, with level (1 = default, 2 = ui)
;
pc_default: cmp ax,[DefaultLevel]
- jb .skip
+ jb skipline ; == call skipline + ret
mov [DefaultLevel],ax
mov di,default_cmd
call getline
mov byte [di-1],0 ; null-terminate
-.skip: ret
+ ret
;
; "ontimeout" command