From: hadaq Date: Wed, 2 Sep 2009 20:50:55 +0000 (+0000) Subject: little fix X-Git-Tag: v6.0~380 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=74be6510227707ae5cb4fca7950a8567f85801b2;p=trbnettools.git little fix --- diff --git a/trbrich/trbflash.c b/trbrich/trbflash.c index bdaaeee..4568039 100644 --- a/trbrich/trbflash.c +++ b/trbrich/trbflash.c @@ -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");