about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxalduin <xalduin@gmail.com>2010-06-03 17:08:12 -0400
committerxalduin <xalduin@gmail.com>2010-06-03 17:08:12 -0400
commit1f41e7da8589c80ba8b3e87d2e5bd549464c0d53 (patch)
treeb0ff2c858257a3d44d621b57e9cb969012757149
parent9603d676c67af12294e9598cb8be68fbfafc78e7 (diff)
parenta48fa5faf26ca53cad9044a7826d3b2b62c24f06 (diff)
downloadzcatch-1f41e7da8589c80ba8b3e87d2e5bd549464c0d53.tar.gz
zcatch-1f41e7da8589c80ba8b3e87d2e5bd549464c0d53.zip
Merge branch 'master' of git://github.com/matricks/teeworlds
-rw-r--r--bam.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bam.lua b/bam.lua
index 75f46316..6891894b 100644
--- a/bam.lua
+++ b/bam.lua
@@ -4,7 +4,7 @@ Import("configure.lua")
 Import("other/sdl/sdl.lua")
 Import("other/freetype/freetype.lua")
 
---- Setup Config --------
+--- Setup Config -------
 config = NewConfig()
 config:Add(OptCCompiler("compiler"))
 config:Add(OptTestCompileC("stackprotector", "int main(){return 0;}", "-fstack-protector -fstack-protector-all"))