commit | b14619ba62dd55f581784f3e7d6416c92d831258 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 07 23:00:22 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 10 20:38:34 2018 -0400 |
tree | 4fc75d7dc4d59ea07f30b93e1866781828ee8ea8 | |
parent | 4a8e72954e11f2c2c37ee138b88a1d9362dba4da [diff] |
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>