We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2190

Summary: test/testdrawchessboard.c line endings
Product: SDL Reporter: Joseph Carter <tjcarter>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: 2.0.1   
Hardware: x86   
OS: Mac OS X (All)   

Description Joseph Carter 2013-10-28 03:45:32 UTC
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

I haven't looked for other instances of this yet, but I can if desired and report back.
Comment 1 Sam Lantinga 2013-11-03 19:28:01 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/586eddae6340

Feel free to report any other files that are incorrect.  Note that the .txt files are intentionally CRLF to make building releases simpler.