diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-11-17 09:57:34 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-11-17 09:57:34 +0000 |
commit | 462c33f7231a52fd7d6e821f54bfec2401965d64 (patch) | |
tree | 62e7a6f0fe09535ffcfc679a991c2ca3d665f2d4 /print_wiki.c | |
parent | acdc812b30ce00d2bfb5b5705908d8c686875066 (diff) | |
download | flashrom-462c33f7231a52fd7d6e821f54bfec2401965d64.zip flashrom-462c33f7231a52fd7d6e821f54bfec2401965d64.tar.gz |
To prepare for libflashrom I wanted to make the main loop more readable and more correct and factor out stuff which can be useful in
Libflashrom. - Factor out printing of supported devices to print.c. -
Adjust name of wiki printing function to fit the pattern. - Abort if the
user specified--verify and--noverify at the same time. - Check for extra
parameters which don't fit commandline syntax.
Corresponding to flashrom svn r766.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'print_wiki.c')
-rw-r--r-- | print_wiki.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print_wiki.c b/print_wiki.c index c00e93a..825aa77 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -539,7 +539,7 @@ void print_supported_pcidevs_wiki(struct pcidev_status *devs) } } -void print_wiki_tables(void) +void print_supported_wiki(void) { time_t t = time(NULL); |