Browse Source

Fix typo in StormLib

pull/34/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
1f2f2fa6b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      3rdParty/StormLib/src/StormPort.h

2
3rdParty/StormLib/src/StormPort.h vendored

@ -81,7 +81,7 @@
#include <assert.h>
#include <errno.h>
// Support for PowerPC on Max OS X
// Support for PowerPC on Mac OS X
#if (__ppc__ == 1) || (__POWERPC__ == 1) || (_ARCH_PPC == 1)
#include <stdint.h>
#include <CoreFoundation/CFByteOrder.h>

Loading…
Cancel
Save