diff options
-rw-r--r-- | util-linux/fdisk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index c50ceead1..1c2a7d683 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -232,8 +232,8 @@ struct pte { | |||
232 | }; | 232 | }; |
233 | 233 | ||
234 | #define unable_to_open "can't open '%s'" | 234 | #define unable_to_open "can't open '%s'" |
235 | #define unable_to_read "can't read from %s" | 235 | #define unable_to_read "can't read '%s'" |
236 | #define unable_to_seek "can't seek on %s" | 236 | #define unable_to_seek "can't seek '%s'" |
237 | 237 | ||
238 | enum label_type { | 238 | enum label_type { |
239 | LABEL_DOS, LABEL_SUN, LABEL_SGI, LABEL_AIX, LABEL_OSF, LABEL_GPT | 239 | LABEL_DOS, LABEL_SUN, LABEL_SGI, LABEL_AIX, LABEL_OSF, LABEL_GPT |