Merge pull request #556 from obache/neatsrc/strip-cr

Strip unwanted CR before EOL
This commit is contained in:
Takatoshi Kondo
2017-01-12 20:47:35 +09:00
committed by GitHub

View File

@@ -18,9 +18,9 @@
#include <inttypes.h>
#else
#define PRIu64 "I64u"
#define PRIi64 "I64i"
#define PRIi8 "i"
#endif
#define PRIi64 "I64i"
#define PRIi8 "i"
#endif
#else
#include <inttypes.h>
#endif