sgl
diff configure @ 3:1b6c5dadb460
started hacking the X11 module
author | John Tsiombikas <nuclear@siggraph.org> |
---|---|
date | Wed, 11 May 2011 09:09:43 +0300 |
parents | e55e71da991d |
children | edbfc96fe80d |
line diff
1.1 --- a/configure Wed May 11 05:53:26 2011 +0300 1.2 +++ b/configure Wed May 11 09:09:43 2011 +0300 1.3 @@ -7,7 +7,7 @@ 1.4 1.5 echo "/* this file is generated by $0, do not edit */" 1.6 for m in $modules; do 1.7 - echo "int sgl_register_$m();" 1.8 + echo "void sgl_register_$m();" 1.9 done 1.10 1.11 echo