about summary refs log tree commit diff stats
path: root/adapter/format
diff options
context:
space:
mode:
Diffstat (limited to 'adapter/format')
-rw-r--r--adapter/format/gopher2html.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/format/gopher2html.nim b/adapter/format/gopher2html.nim
index a88acf53..da2dfc90 100644
--- a/adapter/format/gopher2html.nim
+++ b/adapter/format/gopher2html.nim
@@ -74,7 +74,7 @@ proc main() =
     let host = get_field()
     let port = line.until('\t', i) # ignore anything after port
     var outs = ""
-    if t == INFO:
+    if t == gtInfo:
       if not ispre:
         outs &= "<PRE>"
         ispre = true