diff options
Diffstat (limited to 'ubi-utils/src/ubidetach.c')
-rw-r--r-- | ubi-utils/src/ubidetach.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ubi-utils/src/ubidetach.c b/ubi-utils/src/ubidetach.c index e0bc050..59e478b 100644 --- a/ubi-utils/src/ubidetach.c +++ b/ubi-utils/src/ubidetach.c @@ -21,6 +21,9 @@ * Author: Artem Bityutskiy */ +#define PROGRAM_VERSION "1.1" +#define PROGRAM_NAME "ubidetach" + #include <stdio.h> #include <stdint.h> #include <getopt.h> @@ -30,8 +33,6 @@ #include <libubi.h> #include "common.h" -#define PROGRAM_VERSION "1.1" -#define PROGRAM_NAME "ubidetach" #define DEFAULT_CTRL_DEV "/dev/ubi_ctrl" /* The variables below are set by command line arguments */ |