Skip to content

Commit

Permalink
Removed some DOS endlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 18, 2008
1 parent af3823b commit fa9994a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/toby_app.h
Expand Up @@ -22,9 +22,9 @@ extern "C" {
#endif

/* needed for alloca(). */
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>
#endif
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>
#endif

#ifndef M_PI
#define M_PI (3.14159265358979323846)
Expand Down

0 comments on commit fa9994a

Please sign in to comment.