taylorconor / tinytetris

80x23 terminal tetris!
Apache License 2.0
2.99k stars 591 forks source link

fix: Change an int function with no return value to void #23

Open fan4w opened 1 year ago

fan4w commented 1 year ago

Modified the original int function that had no return value to a void type.