aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index b7ae17b..b2aff3a 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -110,7 +110,7 @@ pub enum DecodeError {
MissingExpressionName,
#[error("Unsupported attribute type")]
- UnsupportedAttributeType(u16),
+ UnsupportedAttributeType(u32),
#[error("Unexpected message type")]
UnexpectedType(u16),