diff options
Diffstat (limited to 'adapter/format')
-rw-r--r-- | adapter/format/gopher2html.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/format/gopher2html.nim b/adapter/format/gopher2html.nim index 21bfdf2e..fba8e521 100644 --- a/adapter/format/gopher2html.nim +++ b/adapter/format/gopher2html.nim @@ -29,7 +29,7 @@ proc main() = <title>Index of """ & url & """</title> <h1>Index of """ & url & """</h1>""") var ispre = false - var line: string + var line = "" while stdin.readLine(line): if line.len == 0: continue |