about summary refs log tree commit diff
path: root/bam.lua
diff options
context:
space:
mode:
authorFujnky <larsfunke1996@gmail.com>2010-06-03 22:42:10 +0200
committerFujnky <larsfunke1996@gmail.com>2010-06-03 22:42:10 +0200
commit82a30b7b7ee55d6138b06ce0f35502be5bd27e23 (patch)
tree151b54d3e84ae3d32b0b7c19cab2ea84bb4f6103 /bam.lua
parent4ffab2af80199f36902cd276e3485da216c480e4 (diff)
parenta48fa5faf26ca53cad9044a7826d3b2b62c24f06 (diff)
downloadzcatch-82a30b7b7ee55d6138b06ce0f35502be5bd27e23.tar.gz
zcatch-82a30b7b7ee55d6138b06ce0f35502be5bd27e23.zip
Merge branch 'master' of git://github.com/matricks/teeworlds
Diffstat (limited to 'bam.lua')
-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"))