Skip to content

Commit

Permalink
Fix "horse butt" comment in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
philshafer committed Nov 13, 2019
1 parent 607b2d7 commit 8fd390d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions encoder/csv/enc_csv.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
* (double) quote characters.
* - Leading and trialing whitespace require fields be quoted.
*
* Cheesy, but simple. The RFC also requires MS-DOS end-of-line, which
* we only do with the "dos" option. Strange that we still live in a
* DOS-friendly world, but then again, we make spaceships based on the
* horse butts (http://www.astrodigital.org/space/stshorse.html).
* Cheesy, but simple. The RFC also requires MS-DOS end-of-line,
* which we only do with the "dos" option. Strange that we still live
* in a DOS-friendly world, but then again, we make spaceships based
* on the horse butts (http://www.astrodigital.org/space/stshorse.html
* though the "built by English expatriates” bit is rubbish; better to
* say the first engines used in America were built by Englishmen.)
*/

#include <string.h>
Expand Down

0 comments on commit 8fd390d

Please sign in to comment.