mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix comment typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user