(svn r19510) -Codechange: remove superfluous semicolons from *.sq files

This commit is contained in:
smatz
2010-03-23 22:48:10 +00:00
parent 23041d9720
commit 4d67c5ddaf
50 changed files with 85 additions and 85 deletions

View File

@@ -206,7 +206,7 @@ BEGIN {
print " /* Allow " cls " to be used as Squirrel parameter */"
dump_class_templates(cls)
print "}; // namespace SQConvert"
print "} // namespace SQConvert"
print "";
# Then do the registration functions of the class. */