aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorJonathan Gray2004-03-09 21:49:21 +0000
committerJonathan Gray2004-03-09 21:49:21 +0000
commit5451bb29cc54ad787649d09e7d3ebadffc812572 (patch)
tree0b3b688b79c4af27526504639c4debd4018ce9c7 /common/scummsys.h
parent99d57c2d9f3aaf627cbe6b4434a17b1755ca4873 (diff)
downloadscummvm-rg350-5451bb29cc54ad787649d09e7d3ebadffc812572.tar.gz
scummvm-rg350-5451bb29cc54ad787649d09e7d3ebadffc812572.tar.bz2
scummvm-rg350-5451bb29cc54ad787649d09e7d3ebadffc812572.zip
correct error text
svn-id: r13226
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 383dbd9e49..5fd637bddd 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -121,7 +121,7 @@
#elif SDL_BYTEORDER == SDL_BIG_ENDIAN
#define SCUMM_BIG_ENDIAN
#else
- #error Neither SDL_BIG_ENDIAN nor SDL_LITTLE_ENDIAN is set.
+ #error Neither SDL_BIG_ENDIAN nor SDL_LIL_ENDIAN is set.
#endif
#endif
#endif