From b59572515b7f7f4c4e2e0472cc1726d5ce89d34a Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 9 Jan 2016 23:54:51 +0200 Subject: [PATCH] Combine src missing comment star trivia --- util/combine_src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/combine_src.py b/util/combine_src.py index 856eaacc..43e412c0 100644 --- a/util/combine_src.py +++ b/util/combine_src.py @@ -153,7 +153,7 @@ def createCombined(files, extinc, intinc, duk_version, git_commit, git_describe, duk_patch = duk_version % 100 res.append('/*') res.append(' * Single source autogenerated distributable for Duktape %d.%d.%d.' % (duk_major, duk_minor, duk_patch)) - res.append('') + res.append(' *') res.append(' * Git commit %s (%s).' % (git_commit, git_describe)) res.append(' * Git branch %s.' % git_branch) res.append(' *')