diff options
Diffstat (limited to 'ubi-utils/src/ubicrc32.c')
-rw-r--r-- | ubi-utils/src/ubicrc32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubi-utils/src/ubicrc32.c b/ubi-utils/src/ubicrc32.c index becd604..ec10858 100644 --- a/ubi-utils/src/ubicrc32.c +++ b/ubi-utils/src/ubicrc32.c @@ -22,6 +22,9 @@ * Author: Oliver Lohmann */ +#define PROGRAM_VERSION "1.0" +#define PROGRAM_NAME "ubicrc32" + #include <stdio.h> #include <stdint.h> #include <stdlib.h> @@ -34,9 +37,6 @@ #define BUFSIZE 4096 -#define PROGRAM_VERSION "1.0" -#define PROGRAM_NAME "ubicrc32" - static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION " - a tool to calculate CRC32 with UBI start value (0xFFFFFFFF)"; |