add missing return

This commit is contained in:
Antoni Sawicki 2020-10-27 03:44:43 -07:00
parent f6e1f3ee88
commit 5dc4699ac9

1
wrp.go
View File

@ -206,6 +206,7 @@ func mapServer(out http.ResponseWriter, req *http.Request) {
if len(w.url) < 4 { if len(w.url) < 4 {
w.printPage("#FFFFFF") w.printPage("#FFFFFF")
w.printFooter("", "") w.printFooter("", "")
return
} }
w.navigate() w.navigate()
w.capture() w.capture()