X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fodt.c;h=a02506c1e9eeacbae9528aa663e55044e8194055;hb=0d6dea05bc72a1dae0382bc59577ca642bff898b;hp=686e7149c3b68b34002308e1147c3ebbd08eb756;hpb=cac613dc3a5562bc92b2b6679a5d646e3e5f2e3e;p=pspp diff --git a/src/output/odt.c b/src/output/odt.c index 686e7149c3..a02506c1e9 100644 --- a/src/output/odt.c +++ b/src/output/odt.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 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 @@ -517,7 +517,8 @@ odt_submit (struct output_driver *driver, } } -struct output_driver_factory odt_driver_factory = { "odt", odt_create }; +struct output_driver_factory odt_driver_factory = + { "odt", "pspp.odf", odt_create }; static const struct output_driver_class odt_driver_class = {