Author :
Sam Lantinga
Date :
2013-11-03 11:27:06
Hash :c4b563e4 Message :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