Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-30 14:08:21 +01:00
parent 02f6cc49d7
commit 05eaf4dd36

View file

@ -172,7 +172,7 @@ var dj = mumbledj{
cache: NewSongCache(), cache: NewSongCache(),
} }
var web WebServer var web *WebServer
// main primarily performs startup tasks. Grabs and parses commandline // main primarily performs startup tasks. Grabs and parses commandline
// args, sets up the gumble client and its listeners, and then connects to the server. // args, sets up the gumble client and its listeners, and then connects to the server.