mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 16:35:36 +00:00
The parser would forget to add the last parsed item.
This commit is contained in:
parent
d8235e256d
commit
2f91f0c650
|
@ -121,6 +121,11 @@ namespace CHeaderToXML
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (current != null)
|
||||
{
|
||||
yield return current;
|
||||
}
|
||||
}
|
||||
|
||||
string[] SplitWords(string line)
|
||||
|
|
Loading…
Reference in a new issue