Merge pull request #171 from realvictorprm/patch-6

[C] Fixed small typo in CHeader.cs
This commit is contained in:
João Matos 2017-04-23 14:01:17 +01:00 коммит произвёл GitHub
Родитель c5d988cde2 4e3c8803f9
Коммит cf8b4d952e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>",