Commit c6f4eaaf authored by Ryan C. Gordon's avatar Ryan C. Gordon

Removed tabs and DOS endlines from SDL_blit_copy.c ...

parent 61d3a02e
......@@ -65,7 +65,6 @@ SDL_memcpyMMX(Uint8 * dst, const Uint8 * src, int len)
__m64* s64 = (__m64*)src;
for(i= len / 64; i--;) {
d64[0] = s64[0];
d64[1] = s64[1];
d64[2] = s64[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment