Merge pull request #171 from realvictorprm/patch-6
[C] Fixed small typo in CHeader.cs
This commit is contained in:
Коммит
cf8b4d952e
|
@ -32,7 +32,7 @@ namespace MonoEmbeddinator4000.Generators
|
|||
|
||||
public override void GenerateFilePreamble(CommentKind kind)
|
||||
{
|
||||
var lines = new List<string>
|
||||
var lines = new System.Collections.Generic.List<string>
|
||||
{
|
||||
"----------------------------------------------------------------------------",
|
||||
"<auto-generated>",
|
||||
|
|
Загрузка…
Ссылка в новой задаче