Explorar o código

Added newline to amalgameted file

This fixes a warning with some compilers.
Root-Core %!s(int64=8) %!d(string=hai) anos
pai
achega
cc5059eebe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.")