* util/import_gcry.py: Add final newline in visibility.h.
This commit is contained in:
parent
00c28dd9bc
commit
1d679ddaa2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/import_gcry.py: Add final newline in visibility.h.
|
||||
|
||||
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* conf/Makefile.common: Fix typo.
|
||||
|
|
|
@ -494,7 +494,7 @@ for src in sorted (os.listdir (os.path.join (indir, "src"))):
|
|||
fw.close ()
|
||||
continue
|
||||
if src == "visibility.h":
|
||||
fw.write ("# include <grub/gcrypt/gcrypt.h>")
|
||||
fw.write ("# include <grub/gcrypt/gcrypt.h>\n")
|
||||
fw.close ()
|
||||
continue
|
||||
f = codecs.open (infile, "r", "utf-8")
|
||||
|
|
Loading…
Reference in a new issue