summaryrefslogtreecommitdiff
path: root/decoders/edid
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/edid')
-rw-r--r--decoders/edid/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py
index 2d7460c..e2e7fee 100644
--- a/decoders/edid/pd.py
+++ b/decoders/edid/pd.py
@@ -87,8 +87,8 @@ class Decoder(srd.Decoder):
('sections', 'EDID structure sections'),
)
annotation_rows = (
- ('sections', 'Sections', (1,)),
('fields', 'Fields', (0,)),
+ ('sections', 'Sections', (1,)),
)
def __init__(self):