From: hadaq Date: Wed, 2 Sep 2009 21:49:06 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~364 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d01e9b99758eb09f59e07e3507965786d4d63b65;p=trbnettools.git bugfix --- diff --git a/trbrich/trbflash.c b/trbrich/trbflash.c index 6e84896..0667e11 100644 --- a/trbrich/trbflash.c +++ b/trbrich/trbflash.c @@ -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); } - -