aboutsummaryrefslogtreecommitdiff
path: root/src/interp/htcheck.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/htcheck.boot')
-rw-r--r--src/interp/htcheck.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htcheck.boot b/src/interp/htcheck.boot
index 70ac5d43..48f8f07f 100644
--- a/src/interp/htcheck.boot
+++ b/src/interp/htcheck.boot
@@ -98,7 +98,7 @@ buildHtMacroTable() ==
$htMacroTable
getHtMacroItem line ==
- null stringPrefix?('"\newcommand{",line) => nil
+ not stringPrefix?('"\newcommand{",line) => nil
k := charPosition(char '_},line,11)
command := SUBSTRING(line,12,k - 12)
numOfArgs :=