浏览代码

Added newline to amalgameted file

This fixes a warning with some compilers.
Root-Core 8 年之前
父节点
当前提交
cc5059eebe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/amalgamate.py

+ 1 - 1
tools/amalgamate.py

@@ -75,7 +75,7 @@ if not is_c:
 } // extern "C"
 #endif
 
-#endif /* %s */''' % (outname.upper() + u"_H_"))
+#endif /* %s */\n''' % (outname.upper() + u"_H_"))
 file.close()
 
 print ("The size of "+args.outfile+" is "+ str(os.path.getsize(args.outfile))+" Bytes.")