Fix typo (#64)

This commit is contained in:
Mauricio Galindo
2019-04-10 12:18:22 -07:00
committed by Sebastian Zagrodzki
parent d0c05ab7f7
commit 64d8208677

View File

@@ -78,7 +78,7 @@ func main() {
} }
}() }()
// OpenDevices can occaionally fail, so be sure to check its return value. // OpenDevices can occasionally fail, so be sure to check its return value.
if err != nil { if err != nil {
log.Fatalf("list: %s", err) log.Fatalf("list: %s", err)
} }