diff --git a/bindings/csharp/Device.cs b/bindings/csharp/Device.cs
index 760e7858e..96214243f 100644
--- a/bindings/csharp/Device.cs
+++ b/bindings/csharp/Device.cs
@@ -208,7 +208,7 @@ public override void write(string str)
public readonly string name;
/// The label of this device.
- public readonly string label { get; private set; };
+ public readonly string label { get; private set; }
/// A list of all the attributes that this device has.
public readonly List attrs;