Skip to content

Commit

Permalink
CSharp binding: fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oborne <[email protected]>
  • Loading branch information
meee1 authored and pcercuei committed Aug 17, 2021
1 parent ec059cc commit 0101ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/csharp/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 208,7 @@ public override void write(string str)
public readonly string name;

/// <summary>The label of this device.</summary>
public readonly string label { get; private set; };
public readonly string label { get; private set; }

/// <summary>A <c>list</c> of all the attributes that this device has.</summary>
public readonly List<Attr> attrs;
Expand Down

0 comments on commit 0101ad8

Please sign in to comment.