diff options
Diffstat (limited to 'ubi-utils/src/ubirsvol.c')
-rw-r--r-- | ubi-utils/src/ubirsvol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubi-utils/src/ubirsvol.c b/ubi-utils/src/ubirsvol.c index 683e606..a622ea6 100644 --- a/ubi-utils/src/ubirsvol.c +++ b/ubi-utils/src/ubirsvol.c @@ -23,6 +23,9 @@ * Frank Haverkamp <haver@vnet.ibm.com> */ +#define PROGRAM_VERSION "1.1" +#define PROGRAM_NAME "ubirsvol" + #include <stdio.h> #include <stdint.h> #include <getopt.h> @@ -33,9 +36,6 @@ #include "common.h" #include "ubiutils-common.h" -#define PROGRAM_VERSION "1.1" -#define PROGRAM_NAME "ubirsvol" - /* The variables below are set by command line arguments */ struct args { int vol_id; |