From: texane Date: Thu, 12 Dec 2013 04:48:40 +0000 (-0600) Subject: [ fix ] ident typo X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9bb1a0c3d73f400cb4874a6bd17bf4b03b88bd74;p=fw%2Fstlink [ fix ] ident typo --- diff --git a/src/st-term.c b/src/st-term.c index 4f2f9f7..7f18425 100644 --- a/src/st-term.c +++ b/src/st-term.c @@ -38,8 +38,7 @@ struct stlinky* stlinky_detect(stlink_t* sl) stlink_read_mem32(sl, sram_base + off, 4); if (STLINKY_MAGIC == READ_UINT32_LE(sl->q_buf)) { - if (multiple > 0) - printf("WARNING: another "); + if (multiple > 0) printf("WARNING: another "); printf("stlinky detected at 0x%x\n", sram_base + off); st->off = sram_base + off; stlink_read_mem32(sl, st->off + 4, 4);