Skip to content

Commit

Permalink
Merge pull request #142 from yennster/patch-1
Browse files Browse the repository at this point in the history
Fix m2m_deregister_res typo in printf
  • Loading branch information
teetak01 authored Aug 18, 2020
2 parents 3d22fde + 7491b92 commit f005b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ int main(void)
m2m_deregister_res->set_delayed_response(true);

if (m2m_deregister_res->set_execute_function(deregister) != true) {
printf("m2m_post_res->set_execute_function() failed\n");
printf("m2m_deregister_res->set_execute_function() failed\n");
return -1;
}

Expand Down

0 comments on commit f005b13

Please sign in to comment.