summaryrefslogtreecommitdiff
path: root/src/include/token822.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/token822.h')
-rw-r--r--src/include/token822.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/token822.h b/src/include/token822.h
index e1cef4a..73ef0be 100644
--- a/src/include/token822.h
+++ b/src/include/token822.h
@@ -9,9 +9,9 @@ struct token822 {
int slen;
};
-GEN_ALLOC_typedef(token822_alloc, struct token822, t, len, a)
+GEN_ALLOC_typedef(token822_alloc, struct token822, t, len, a);
- int token822_parse();
+int token822_parse();
int token822_addrlist();
int token822_unquote();
int token822_unparse();