mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
mtd: fix typo (thx, Plouj)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19263 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -396,7 +396,7 @@ resume:
|
|||||||
if (!quiet)
|
if (!quiet)
|
||||||
fprintf(stderr, "\b\b\b ");
|
fprintf(stderr, "\b\b\b ");
|
||||||
if (quiet < 2)
|
if (quiet < 2)
|
||||||
fprintf(stderr, "\nAppending jffs2 data to from %s to %s...", jffs2file, mtd);
|
fprintf(stderr, "\nAppending jffs2 data from %s to %s...", jffs2file, mtd);
|
||||||
/* got an EOF marker - this is the place to add some jffs2 data */
|
/* got an EOF marker - this is the place to add some jffs2 data */
|
||||||
mtd_replace_jffs2(mtd, fd, e, jffs2file);
|
mtd_replace_jffs2(mtd, fd, e, jffs2file);
|
||||||
goto done;
|
goto done;
|
||||||
|
|||||||
Reference in New Issue
Block a user