fet_core: fix missing newline in debug message.

This commit is contained in:
Daniel Beer 2013-02-22 10:45:05 +13:00
parent fa75aa0854
commit a304b60dc9
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ void fet_destroy(device_t dev_base)
struct fet_device *dev = (struct fet_device *)dev_base;
if (device_needs_skip_close(dev_base)) {
printc_dbg("Skipping close procedure");
printc_dbg("Skipping close procedure\n");
} else {
/* The second argument to C_RESET is a boolean which
* specifies whether the chip should run or not. The