mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01:00
Fix bad line break in #error directive.
Thanks to Jack L for reporting this.
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
/* do some sanity checking: */
|
/* do some sanity checking: */
|
||||||
#ifndef XL_BIG_ENDIAN
|
#ifndef XL_BIG_ENDIAN
|
||||||
#ifndef XL_LITTLE_ENDIAN
|
#ifndef XL_LITTLE_ENDIAN
|
||||||
#error configuration error -- either XL_BIG_ or XL_LITTLE_ENDIAN must be defined
|
#error configuration error -- either XL_BIG_ or XL_LITTLE_ENDIAN must be defined in xlisp.h
|
||||||
in xlisp.h
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef XL_BIG_ENDIAN
|
#ifdef XL_BIG_ENDIAN
|
||||||
|
|||||||
Reference in New Issue
Block a user