summaryrefslogtreecommitdiff
path: root/LibTSforge/PhysicalStore/Common.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/PhysicalStore/Common.cs')
-rw-r--r--LibTSforge/PhysicalStore/Common.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/Common.cs b/LibTSforge/PhysicalStore/Common.cs
index aef77f8..d0ad4fe 100644
--- a/LibTSforge/PhysicalStore/Common.cs
+++ b/LibTSforge/PhysicalStore/Common.cs
@@ -4,9 +4,9 @@ namespace LibTSforge.PhysicalStore
public enum BlockType : uint
{
- NONE, // unused
+ NONE,
NAMED,
- ATTRIBUTE, //unused
+ ATTRIBUTE,
TIMER
}