X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmeasure.c;fp=src%2Foutput%2Fmeasure.c;h=65d9fdddf28934e1e0172027d7b3a46ca14d424b;hb=8b585b7a6ae9d1a90386d56e3ce484cf8204743a;hp=c352de66d22be708bc0febefe202b7dc5431eec3;hpb=8d2d55361082c9cb688c4ce8d565aa3b2ffaf849;p=pspp diff --git a/src/output/measure.c b/src/output/measure.c index c352de66d2..65d9fdddf2 100644 --- a/src/output/measure.c +++ b/src/output/measure.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2007, 2009, 2010, 2011, 2012, 2014 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2007, 2009, 2010, 2011, 2012, 2014, 2016 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 @@ -276,8 +276,7 @@ read_paper_conf (const char *file_name, int *h, int *v) fclose (file); ds_destroy (&line); - msg (ME, _("paper size file `%s' does not state a paper size"), - file_name); + msg (ME, _("file `%s' does not state a paper size"), file_name); return false; }