From d01e9b99758eb09f59e07e3507965786d4d63b65 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 2 Sep 2009 21:49:06 +0000 Subject: [PATCH] bugfix --- trbrich/trbflash.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } - - -- 2.43.0