mirror of https://github.com/xiph/flac
fix comment typos
This commit is contained in:
parent
b43d3cbd9e
commit
8f64899d97
|
@ -46,7 +46,7 @@
|
|||
#define FLAC__INLINE
|
||||
#endif
|
||||
|
||||
/* adjust for compilers that can't understand using LLU suffix for uint64_t literals */
|
||||
/* adjust for compilers that can't understand using LL suffix for int64_t literals */
|
||||
#ifdef _MSC_VER
|
||||
#define FLAC__I64L(x) x
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue