[PATCH] serve_image: missing comma
Brian Norris
computersforpeace at gmail.com
Thu Apr 21 13:09:12 EDT 2011
Somebody didn't compile-test commit 9f4e6840.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
serve_image.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/serve_image.c b/serve_image.c
index d1037a9..f7f6315 100644
--- a/serve_image.c
+++ b/serve_image.c
@@ -127,7 +127,7 @@ int main(int argc, char **argv)
}
if (st.st_size % erasesize) {
- fprintf(stderr, "Image size %" PRIu64 " bytes is not a multiple of erasesize %d bytes\n"
+ fprintf(stderr, "Image size %" PRIu64 " bytes is not a multiple of erasesize %d bytes\n",
st.st_size, erasesize);
exit(1);
}
--
1.7.0.4
More information about the linux-mtd
mailing list