sirdude (Kent Mein) 2003/07/03 15:53:12 CEST
Modified files:
blender/source/creator creator.c
Log:
removed extra tabs in the help function.
It was
function()
{
blah
}
changed it to just
function()
{
blah
}
Kent
Revision Changes Path
1.20 +33 -36 blender/source/creator/creator.c