pngwen / xboing

A resurrection of the blockout style game for the x windows system.
Other
1 stars 6 forks source link

Wrong Formatting, L129 of main.c #15

Open jdoesche opened 2 months ago

jdoesche commented 2 months ago

129 static int iconified = False; iconified is declared as an int, but is only ever used as a Bool. This should, as such, be replaced with a Bool declaration.