summaryrefslogtreecommitdiffstats
path: root/print_wiki.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-11-17 09:57:34 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-11-17 09:57:34 +0000
commit462c33f7231a52fd7d6e821f54bfec2401965d64 (patch)
tree62e7a6f0fe09535ffcfc679a991c2ca3d665f2d4 /print_wiki.c
parentacdc812b30ce00d2bfb5b5705908d8c686875066 (diff)
downloadflashrom-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.c2
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);
OpenPOWER on IntegriCloud