diff options
Diffstat (limited to 'src/dged/syntax.h')
| -rw-r--r-- | src/dged/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dged/syntax.h b/src/dged/syntax.h index 488406b..015f5be 100644 --- a/src/dged/syntax.h +++ b/src/dged/syntax.h @@ -4,6 +4,6 @@ #include <stdint.h> void syntax_init(uint32_t grammar_path_len, const char *grammar_path[]); -void syntax_teardown(); +void syntax_teardown(void); #endif |
