This commit is contained in:
r4 2021-06-21 20:40:00 +02:00
parent 5dab3c4e96
commit 0d3f66436d

View File

@ -24,8 +24,8 @@ const (
var ( var (
nTracksRecorded int // Number of recorded tracks. nTracksRecorded int // Number of recorded tracks.
limitTracks bool limitTracks bool
maxTracks int maxTracks int
) )
func usage(arg0 string, exitStatus int) { func usage(arg0 string, exitStatus int) {