Align with aml API changes

pull/55/head
Andri Yngvason 2020-07-06 16:46:30 +00:00
parent 4f1bca55c3
commit 0a139a1ac4
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ int main(int argc, char* argv[])
goto failure;
}
struct aml* aml = aml_new(NULL, 0);
struct aml* aml = aml_new();
if (!aml)
goto main_loop_failure;