diff --git a/binfmt/pcode.c b/binfmt/pcode.c index 44ff16201f..af69c93e18 100644 --- a/binfmt/pcode.c +++ b/binfmt/pcode.c @@ -193,7 +193,7 @@ static int pcode_proxy(int argc, char **argv) { /* REVISIT: There are issues here when CONFIG_NUTTX_KERNEL is selected. */ - bdbg("ERROR: Not implemented"); + bdbg("ERROR: Not implemented\n"); return EXIT_FAILURE; } #else