Skip to content

Commit 0101ad8

Browse files
meee1pcercuei
authored andcommitted
CSharp binding: fix syntax
Signed-off-by: Michael Oborne <[email protected]>
1 parent ec059cc commit 0101ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/csharp/Device.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public override void write(string str)
208208
public readonly string name;
209209

210210
/// <summary>The label of this device.</summary>
211-
public readonly string label { get; private set; };
211+
public readonly string label { get; private set; }
212212

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

0 commit comments

Comments
 (0)