Skip to content

Commit

Permalink
Merge pull request #6550 from BytesGalore/mod_test_libcoap
Browse files Browse the repository at this point in the history
tests/pkg_libcoap: exchange printf with puts
  • Loading branch information
miri64 committed Feb 3, 2017
2 parents 04f6e15 + 5f3b3bf commit 0747f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg_libcoap/main.c
Expand Up @@ -18,6 +18,6 @@

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

0 comments on commit 0747f57

Please sign in to comment.