summaryrefslogtreecommitdiffstats
path: root/msys_doc.c
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 /msys_doc.c
parentafdfce8cbc4f844abf59dc2c15020cb84cfbd890 (diff)
downloadast2050-flashrom-e66bdb307a1ec3407d8959abc0ebca96cf056fc1.zip
ast2050-flashrom-e66bdb307a1ec3407d8959abc0ebca96cf056fc1.tar.gz
Add missing return at 205
Corresponding to flashrom svn r21 and coreboot v2 svn r1496.
Diffstat (limited to 'msys_doc.c')
-rw-r--r--msys_doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/msys_doc.c b/msys_doc.c
index a11249e..7e9ca9a 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) */
OpenPOWER on IntegriCloud