mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
missing return in msys_doc.c:206
This commit is contained in:
parent
8e1a2b527a
commit
16d50d53ca
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ write_md2802(struct flashchip *flash, unsigned char *buf)
|
|||
}
|
||||
printf("\n");
|
||||
//protect_md2802(bios);
|
||||
return 0;
|
||||
|
||||
} /* int write_md2802(struct flashchip *flash, char *buf) */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue