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> #include <inttypes.h>
#else #else
#define PRIu64 "I64u" #define PRIu64 "I64u"
#define PRIi64 "I64i" #define PRIi64 "I64i"
#define PRIi8 "i" #define PRIi8 "i"
#endif #endif
#else #else
#include <inttypes.h> #include <inttypes.h>
#endif #endif