Skip to content

Commit

Permalink
tests/pkg_libcoap: exchange printf with puts
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGalore authored and BytesGalore committed Feb 1, 2017
1 parent 794be95 commit 34acc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg_oonf_api/main.c
Expand Up @@ -18,6 +18,6 @@

int main(void)
{
printf("oonf_api package compiled!");
puts("oonf_api package compiled!");
return 0;
}

0 comments on commit 34acc9a

Please sign in to comment.