From a80cfbc3d7ebc5ebe8775652687a26e6e02247b6 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 22 Jul 2009 20:13:00 +0000 Subject: Eliminate version string duplication Corresponding to flashrom svn r659. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index a1dfb86..9b6ec2a 100644 --- a/print.c +++ b/print.c @@ -718,7 +718,7 @@ void print_wiki_tables(void) { time_t t = time(NULL); - printf(wiki_header, ctime(&t), FLASHROM_VERSION); + printf(wiki_header, ctime(&t), flashrom_version); print_supported_chips_wiki(); print_supported_chipsets_wiki(); print_supported_boards_wiki(); -- cgit v1.1