Skip to content

Commit 2a6e57f

Browse files
committed
fix unbalanced #ifdef for MIPS R5900
This fixes #562 [skip ci]
1 parent 2bee980 commit 2a6e57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/headers/tomcrypt_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);
105105
#define ENDIAN_64BITWORD
106106
#if defined(_MIPSEB) || defined(__MIPSEB) || defined(__MIPSEB__)
107107
#define ENDIAN_BIG
108-
#endif
108+
#else
109109
#define ENDIAN_LITTLE
110110
#endif
111111
#endif

0 commit comments

Comments
 (0)