Fix typo in GramWidth enum declaration
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 23 Jun 2020 12:44:05 +0000 (14:44 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 23 Jun 2020 12:44:05 +0000 (14:44 +0200)
libgram/include/gram.h

index 31c77965489dde70bd9ef88b232792647dc09d34..c6301e913f1d54affed1521fd0e883000ec99725 100644 (file)
@@ -12,7 +12,7 @@ enum GramError {
 enum GramWidth {
        GRAM_8B,
        GRAM_32B,
-}
+};
 
 struct gramCoreRegs;
 struct gramPHYRegs;