1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 03:36:37 +02:00

Fix last case check for le64toh.

This commit is contained in:
Sadie Powell
2020-10-07 12:46:37 +01:00
parent a79046e025
commit f8777097d1
+1 -1
View File
@@ -71,7 +71,7 @@
#endif
// Attempt to work on unenumerated platforms.
#if defined(le64toh) && !defined(__le64toh)
#if defined(le64toh) && !defined(_le64toh)
# define _le64toh le64toh
#endif