mtd/util nandwrite.c,1.25,1.26
Artem Bityuckiy
dedekind at infradead.org
Thu Mar 24 11:07:32 EST 2005
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv17064
Modified Files:
nandwrite.c
Log Message:
Add missing "\n"
Index: nandwrite.c
===================================================================
RCS file: /home/cvs/mtd/util/nandwrite.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- nandwrite.c 24 Mar 2005 15:55:34 -0000 1.25
+++ nandwrite.c 24 Mar 2005 16:07:28 -0000 1.26
@@ -303,7 +303,7 @@
// Check, if file is pagealigned
if ((!pad) && ((imglen % pagelen) != 0)) {
- fprintf (stderr, "Input file is not page aligned");
+ fprintf (stderr, "Input file is not page aligned\n");
goto closeall;
}
More information about the linux-mtd-cvs
mailing list