pull/3/head
Joseph Poirier 2015-08-15 12:38:44 -05:00
rodzic 58b26ad9d0
commit 2e8c37c891
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -471,7 +471,7 @@ func saveSettings() {
}
func main() {
runtime.GOMAXPROCS(runtime.NumCPU()) // redundent with Go v1.5+ compiler
runtime.GOMAXPROCS(runtime.NumCPU()) // redundant with Go v1.5+ compiler
MsgLog = make([]msg, 0)
crcInit() // Initialize CRC16 table.