diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-01-23 16:16:49 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-01-23 16:16:49 +0000 |
commit | 124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86 (patch) | |
tree | 2d62c23191801afaecbf98925effb8b8c7a44ab6 /flashrom.c | |
parent | 41a940c641a7ddba77d04c93e01280d20a3a354a (diff) | |
download | flashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.zip flashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.tar.gz |
Add a bunch of new/tested stuff and various small changes 24
Tested mainboards:
OK:
- ASRock G31M-GS
Binary file (standard input) matches
Corresponding to flashrom svn r1917.
Diffstat (limited to 'flashrom.c')
-rw-r--r-- | flashrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1672,7 +1672,7 @@ void list_programmers(const char *delim) if (p < PROGRAMMER_INVALID - 1) msg_ginfo("%s", delim); } - msg_ginfo("\n"); + msg_ginfo("\n"); } void list_programmers_linebreak(int startcol, int cols, int paren) |