diff --git a/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp b/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp index 321ec42a1..95c2ccd8b 100644 --- a/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp +++ b/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp @@ -54,7 +54,7 @@ struct value { struct flags : bytes<4> {}; struct name_length : bytes<2> {}; struct value_length : bytes<2> {}; -struct grammar : must {}; +struct grammar : must {}; // Action template