]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfixes
authorhadaq <hadaq>
Tue, 11 Oct 2011 14:37:55 +0000 (14:37 +0000)
committerhadaq <hadaq>
Tue, 11 Oct 2011 14:37:55 +0000 (14:37 +0000)
libtrbnet/trbflash.c

index 85bf849df42735b12e3fb66e7188926667c858ec..49e2a7ca48b11c92a17a4d30b5f8f81c8103e1a7 100644 (file)
@@ -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;
     }