diff options
Diffstat (limited to 'ubi-utils/src/ubiupdatevol.c')
-rw-r--r-- | ubi-utils/src/ubiupdatevol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubi-utils/src/ubiupdatevol.c b/ubi-utils/src/ubiupdatevol.c index b314b58..4521138 100644 --- a/ubi-utils/src/ubiupdatevol.c +++ b/ubi-utils/src/ubiupdatevol.c @@ -24,6 +24,9 @@ * Artem Bityutskiy */ +#define PROGRAM_VERSION "1.2" +#define PROGRAM_NAME "ubiupdatevol" + #include <fcntl.h> #include <stdio.h> #include <stdint.h> @@ -37,9 +40,6 @@ #include <libubi.h> #include "common.h" -#define PROGRAM_VERSION "1.2" -#define PROGRAM_NAME "ubiupdatevol" - struct args { int truncate; const char *node; |