aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-04-13 19:10:48 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-04-13 19:10:48 +0000
commite66bdb307a1ec3407d8959abc0ebca96cf056fc1 (patch)
treea25edaa6c8527300bf0dfab98d615094e64ce1db
parentafdfce8cbc4f844abf59dc2c15020cb84cfbd890 (diff)
downloadflashrom-e66bdb307a1ec3407d8959abc0ebca96cf056fc1.tar.gz
flashrom-e66bdb307a1ec3407d8959abc0ebca96cf056fc1.tar.bz2
flashrom-e66bdb307a1ec3407d8959abc0ebca96cf056fc1.zip
Add missing return at 205
Corresponding to flashrom svn r21 and coreboot v2 svn r1496.
-rw-r--r--msys_doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/msys_doc.c b/msys_doc.c
index a11249e0..7e9ca9ac 100644
--- a/msys_doc.c
+++ b/msys_doc.c
@@ -202,6 +202,7 @@ int write_md2802(struct flashchip *flash, unsigned char *buf)
printf("\n");
//protect_md2802(bios);
+ return 0;
} /* int write_md2802(struct flashchip *flash, char *buf) */