Minor fix to debug format

This commit is contained in:
Gregory Nutt 2014-05-08 11:18:55 -06:00
parent 765805234f
commit 93629d7192

View file

@ -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