projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05ffb8
)
[Bind] Minor debug message beautification
author
thefiddler
<stapostol@gmail.com>
Wed, 3 Sep 2014 18:55:25 +0000
(20:55 +0200)
committer
thefiddler
<stapostol@gmail.com>
Wed, 3 Sep 2014 18:55:25 +0000
(20:55 +0200)
Source/Bind/FuncProcessor.cs
patch
|
blob
|
history
diff --git
a/Source/Bind/FuncProcessor.cs
b/Source/Bind/FuncProcessor.cs
index 7ca1db83011c3cd848c59533a26c2f53b320bad8..7411b31d192c8488737ea3d862a3865a08714972 100644
(file)
--- a/
Source/Bind/FuncProcessor.cs
+++ b/
Source/Bind/FuncProcessor.cs
@@
-75,7
+75,7
@@
namespace Bind
{
foreach (var file in Overrides)
{
- Console.WriteLine("Processing
delegate
s in {0}.", file);
+ Console.WriteLine("Processing
func
s in {0}.", file);
var nav = new XPathDocument(file).CreateNavigator();
foreach (var version in apiversion.Split('|'))