]> git.sur5r.net Git - u-boot/commit
tools/file2include: avoid incorrect comments
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 7 May 2018 21:00:22 +0000 (23:00 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 May 2018 00:38:34 +0000 (20:38 -0400)
commitb14619ba62dd55f581784f3e7d6416c92d831258
tree4fc75d7dc4d59ea07f30b93e1866781828ee8ea8
parent4a8e72954e11f2c2c37ee138b88a1d9362dba4da
tools/file2include: avoid incorrect comments

Avoid creating incorrect comments like /* ...*/... */ by printing
'.' instead of '*' inside comments.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/file2include.c