Skip to content

Commit

Permalink
Remove stray format char in randr example
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkyrka committed May 22, 2016
1 parent b3a96fa commit 3abbe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/randr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
fmt.Printf("%v, X: %d, Y: %d, Width: %d, Height: %d\n",
fmt.Printf("X: %d, Y: %d, Width: %d, Height: %d\n",
info.X, info.Y, info.Width, info.Height)
}

Expand Down

0 comments on commit 3abbe7f

Please sign in to comment.