mdev: Rob's #if forest removal
*: remove superfluous conts in "f(type *const param)"
This commit is contained in:
parent
885b6f29ae
commit
c7cc5a9432
7 changed files with 141 additions and 173 deletions
|
@ -79,7 +79,7 @@ parser_t* FAST_FUNC config_open(const char *filename)
|
|||
return config_open2(filename, fopen_or_warn_stdin);
|
||||
}
|
||||
|
||||
static void config_free_data(parser_t *const parser)
|
||||
static void config_free_data(parser_t *parser)
|
||||
{
|
||||
free(parser->line);
|
||||
parser->line = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue