diff options
Diffstat (limited to 'boot/parse.c')
| -rw-r--r-- | boot/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/parse.c b/boot/parse.c index 9aeaf94..658a522 100644 --- a/boot/parse.c +++ b/boot/parse.c @@ -34,7 +34,7 @@ parser_error(enum Parser_Error_Kind kind) } struct Parser_Error -parser_error_none() +parser_error_none(void) { return parser_error(PARSER_ERROR_NONE); } |
