Skip to content

Commit

Permalink
Fixed linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed May 23, 2024
1 parent d81026d commit 6383d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpm/cpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func (cpm *CPM) fixupRAM() {
func (cpm *CPM) LoadCCP() error {

// Show a startup-banner.
if cpm.quiet == false {
if !cpm.quiet {
fmt.Printf("\ncpmulator %s loaded CCP %s, with %s output driver\n", cpmver.GetVersionString(), cpm.GetCCPName(), cpm.GetOutputDriver())
}

Expand Down

0 comments on commit 6383d10

Please sign in to comment.