summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 6241017..f27bbac 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -383,7 +383,7 @@ bool dbg_hw_info(void)
break;
case 2:
snprintf(buf, 32, "ATA: 0x%x%s",
- ata_io_address, ata_device ? "s","m");
+ ata_io_address, ata_device ? "s":"m");
break;
case 3:
snprintf(buf, 32, "Mask: %04x", bitmask);