aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2009-12-22 00:15:54 +0000
committerMax Horn2009-12-22 00:15:54 +0000
commit958f197b42e7d889187008b12e8a7ebf43db7a76 (patch)
treeb18533b2a5794c9f19e4b737fc28831823975293 /Makefile
parentbe67479aef238d8558438ccc31da69dde67ea807 (diff)
downloadscummvm-rg350-958f197b42e7d889187008b12e8a7ebf43db7a76.tar.gz
scummvm-rg350-958f197b42e7d889187008b12e8a7ebf43db7a76.tar.bz2
scummvm-rg350-958f197b42e7d889187008b12e8a7ebf43db7a76.zip
typo
svn-id: r46475
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b974d08ba..3ad8bff09f 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ifeq "$(HAVE_GCC)" "1"
# being helpful.
#CXXFLAGS+= -Wmissing-format-attribute
- # Disable RTTI and exceptions, and enabled checking of pointers returned by "new"
+ # Disable RTTI and exceptions, and enable checking of pointers returned by "new"
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
# There is a nice extra warning that flags variables that are potentially