diff options
Diffstat (limited to 'ubi-utils/src/mtdinfo.c')
-rw-r--r-- | ubi-utils/src/mtdinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubi-utils/src/mtdinfo.c b/ubi-utils/src/mtdinfo.c index b39ed5f..a2d7547 100644 --- a/ubi-utils/src/mtdinfo.c +++ b/ubi-utils/src/mtdinfo.c @@ -21,6 +21,9 @@ * Author: Artem Bityutskiy */ +#define PROGRAM_VERSION "1.0" +#define PROGRAM_NAME "mtdinfo" + #include <stdint.h> #include <stdio.h> #include <getopt.h> @@ -33,9 +36,6 @@ #include "common.h" #include "ubiutils-common.h" -#define PROGRAM_VERSION "1.0" -#define PROGRAM_NAME "mtdinfo" - /* The variables below are set by command line arguments */ struct args { int mtdn; |