diff options
author | Christophe Grenier <[email protected]> | 2019-07-26 18:42:54 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2019-07-26 18:42:54 +0200 |
commit | 3643a6c8a86e2ee30d89d6b92ae79f3c84b6c91f (patch) | |
tree | c31d7eda5b48053ffcbea1e8be8771aa08c83c38 /src/lang.h | |
parent | 29c6791fa69029d9e6b1c80be745ff8e4e7d63e5 (diff) |
fix minor warning in search_part() about format string
Diffstat (limited to 'src/lang.h')
-rw-r--r-- | src/lang.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ */ #define msg_DUMP_HEXA "Dump Hexa\n" -#define msg_READ_ERROR_AT "Read error at %u/%u/%u (lba=%lu)\n" #define c_YES 'Y' #define c_NO 'N' #define msg_TBL_NMARK "\nPartition sector doesn't have the endmark 0xAA55\n" |