Put a newline at the end of plugin.c files.

svn path=/trunk/; revision=18185
This commit is contained in:
Guy Harris 2006-05-18 11:37:32 +00:00
parent 402a762818
commit 7866389ea4
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ for symbol in handoff_reg:
reg_code.write("}\n")
if registertype == "plugin":
reg_code.write("#endif");
reg_code.write("#endif\n");
# Close the file
reg_code.close()