]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:49:06 +0000 (21:49 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:49:06 +0000 (21:49 +0000)
trbrich/trbflash.c

index 6e84896bf491d06583979acd51bccabdd1371188..0667e11d5014b1f1f5399ef80f3d653a3f42ad64 100644 (file)
@@ -61,7 +61,7 @@ static const char FlashTypeStr[][16] = {"INVALID", "ADCM1", "ADCM2", "MDC"};
 
 static FlashType flashType = FLASH_INVALID; 
 
-static const char trbflash_version[] = "$Revision: 2.01 $"; 
+static const char trbflash_version[] = "$Revision: 2.02 $"; 
 
 /* ------ Local Functions ----------------------------------------------- */
 
@@ -1180,5 +1180,3 @@ int main(int argc, char ** argv)
   
   exit(EXIT_SUCCESS);
 }
-
-