mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Add missing }
This commit is contained in:
parent
592f3e2068
commit
e0cbb39f65
@ -246,6 +246,7 @@ static int read_description(FILE* fd, char* desc, int size)
|
||||
else if (strcmp("kernel_map", name) == 0)
|
||||
{
|
||||
desc = set_tag(desc, CONFIG_KERNEL_MAP, strlen(value) + 1, value);
|
||||
}
|
||||
else if (strcmp("args", name) == 0)
|
||||
{
|
||||
desc = set_tag(desc, CONFIG_ARGS, strlen(value) + 1, value);
|
||||
|
Loading…
Reference in New Issue
Block a user