projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94d1ae
)
Fix typo in GramWidth enum declaration
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 23 Jun 2020 12:44:05 +0000
(14:44 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 23 Jun 2020 12:44:05 +0000
(14:44 +0200)
libgram/include/gram.h
patch
|
blob
|
history
diff --git
a/libgram/include/gram.h
b/libgram/include/gram.h
index 31c77965489dde70bd9ef88b232792647dc09d34..c6301e913f1d54affed1521fd0e883000ec99725 100644
(file)
--- a/
libgram/include/gram.h
+++ b/
libgram/include/gram.h
@@
-12,7
+12,7
@@
enum GramError {
enum GramWidth {
GRAM_8B,
GRAM_32B,
-}
+}
;
struct gramCoreRegs;
struct gramPHYRegs;