diff options
| -rw-r--r-- | avahi-sharp/EntryGroup.cs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/EntryGroup.cs b/avahi-sharp/EntryGroup.cs index aa97dbd..92bfd4e 100644 --- a/avahi-sharp/EntryGroup.cs +++ b/avahi-sharp/EntryGroup.cs @@ -124,7 +124,7 @@ namespace Avahi          }          public void AddService (int iface, Protocol proto, string name, string type, string domain, -                                string host, UInt16 port, string[] txt) +                                string host, UInt16 port, params string[] txt)          {              IntPtr list = avahi_string_list_new (IntPtr.Zero);  | 
