summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/IvyPPC/IvyBinding.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyBinding.cs b/CSharp/Ivy/IvyPPC/IvyBinding.cs
index 288d3ce..6dcd544 100644
--- a/CSharp/Ivy/IvyPPC/IvyBinding.cs
+++ b/CSharp/Ivy/IvyPPC/IvyBinding.cs
@@ -54,7 +54,7 @@ namespace IvyBus
internal string msgname; // message name
internal string[] msgargs; // list of message args names
static string msgtag; // send message name
- static StringDictionary args_values = null; // send message args[name]=value
+ static StringDictionary args_values; // send message args[name]=value
public IvyBindingSimple(ushort id, string exp)
: base(id, exp)