X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=29a44721d455ae3f0336e1f95d52610e9c5df1c1;hb=ca03163952f89844c4a6e96eba59433a15962125;hp=77d4195f30c2a2e5319a8192701736964c2feb51;hpb=1a0c099b7e531a7e30e5734b62f6befe10d9108a;p=pspp diff --git a/src/output/html.c b/src/output/html.c index 77d4195f30..29a44721d4 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -477,7 +477,8 @@ html_output_table (struct html_driver *html, struct table_item *item) fputs ("\n\n", html->file); } -struct output_driver_factory html_driver_factory = { "html", html_create }; +struct output_driver_factory html_driver_factory = + { "html", "pspp.html", html_create }; static const struct output_driver_class html_driver_class = {