Skip to content

Commit

Permalink
Update demo/c/koala_demo_file.c
Browse files Browse the repository at this point in the history
Co-authored-by: Reza (Pouya) Rostam <[email protected]>
  • Loading branch information
laves and mrrostam authored Oct 31, 2023
1 parent c668825 commit bb837a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/c/koala_demo_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int picovoice_main(int argc, char *argv[]) {

void (*pv_free_error_stack_func)(char **) = load_symbol(koala_library, "pv_free_error_stack");
if (!pv_free_error_stack_func) {
print_dl_error("Failed to load 'pv_free_error_stack./b'");
print_dl_error("Failed to load 'pv_free_error_stack'");
exit(EXIT_FAILURE);
}

Expand Down

0 comments on commit bb837a7

Please sign in to comment.