diff options
Diffstat (limited to 'miscutils/hexedit.c')
-rw-r--r-- | miscutils/hexedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hexedit.c b/miscutils/hexedit.c index 5c2f4a555..898d77376 100644 --- a/miscutils/hexedit.c +++ b/miscutils/hexedit.c | |||
@@ -193,7 +193,7 @@ static int remap(unsigned cur_pos) | |||
193 | ); | 193 | ); |
194 | if (G.baseaddr == MAP_FAILED) { | 194 | if (G.baseaddr == MAP_FAILED) { |
195 | restore_term(); | 195 | restore_term(); |
196 | bb_perror_msg_and_die("mmap"); | 196 | bb_simple_perror_msg_and_die("mmap"); |
197 | } | 197 | } |
198 | 198 | ||
199 | G.current_byte = G.baseaddr + cur_pos; | 199 | G.current_byte = G.baseaddr + cur_pos; |