]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
little fix
authorhadaq <hadaq>
Wed, 2 Sep 2009 20:50:55 +0000 (20:50 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 20:50:55 +0000 (20:50 +0000)
trbrich/trbflash.c

index bdaaeee8c6625da186b9630cac39ee23c66d574f..4568039d3f09d59e68a91cb8338aafd6a1dc121d 100644 (file)
@@ -41,7 +41,7 @@ static unsigned int NUM_BLOCKS = 0;
 static FILE *logFile = NULL;
 static const char logFileName[256] = "trbflash.log";
 
-static const char bussy[4][5] = {
+static const char busy[4][5] = {
   "|\b",
   "/\b",
   "-\b",
@@ -1068,7 +1068,7 @@ int main(int argc, char ** argv)
         exit(EXIT_FAILURE);
       }
       
-      fprintf(stderr, "%s", bussy[page % 4]);
+      fprintf(stderr, "%s", busy[page % 4]);
     }
     fprintf(stderr, " \nDone\n");