From 0f76216a33da0af4c7a56cd928e3e0bedf7e2947 Mon Sep 17 00:00:00 2001 From: hadaq Date: Tue, 11 Oct 2011 14:37:55 +0000 Subject: [PATCH] bugfixes --- libtrbnet/trbflash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtrbnet/trbflash.c b/libtrbnet/trbflash.c index 85bf849..49e2a7c 100644 --- a/libtrbnet/trbflash.c +++ b/libtrbnet/trbflash.c @@ -117,7 +117,7 @@ typedef struct { } FlashParam; static FlashParam flashParamRef; -static const char trbflash_version[] = "$Revision: 2.34 $"; +static const char trbflash_version[] = "$Revision: 2.35 $"; static uint32_t mdcFlashSelect = 1; @@ -592,7 +592,7 @@ static int initTransfer(uint16_t trb_address) if (match == 0) { fprintf(logFile, - "Error > initTransfer: ManId 0x%04x incompatible" + "Error > initTransfer: ManId 0x%04x incompatible " "on EndPoint 0x%04x\n", manId, trbBuffer[i] & 0xffff); return -1; } -- 2.43.0