diff options
Diffstat (limited to 'tools/mkimage/patches')
-rw-r--r-- | tools/mkimage/patches/030-allow-to-use-different-magic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/patches/030-allow-to-use-different-magic.patch b/tools/mkimage/patches/030-allow-to-use-different-magic.patch index 73a0ac4..23f39ad 100644 --- a/tools/mkimage/patches/030-allow-to-use-different-magic.patch +++ b/tools/mkimage/patches/030-allow-to-use-different-magic.patch @@ -25,7 +25,7 @@ case 'D': if (--argc <= 0) usage (); -@@ -595,12 +606,13 @@ usage () +@@ -596,12 +607,13 @@ usage () fprintf (stderr, "Usage: %s -l image\n" " -l ==> list image header information\n", params.cmdname); |