Commit c4b563e4c3f02db45d24b0d8ea120a89721c4cad

Sam Lantinga 2013-11-03T11:27:06

Fixed bug 2190 - test/testdrawchessboard.c line endings Joseph Carter test/testdrawchessboard.c checks out of hg with DOS line endings on non-dos systems. Fixed via: perl -pi -e 's/\r//g' test/testdrawchessboard.c