X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcloseout.c;h=f6cdd3f6996b41f867a84cf7c6600c6b30c4ede1;hb=1622b36b4ae889ea79ddc444e86fea31cd91755b;hp=6a0b82ffafd8c4ac7f6192e698227dde11da3296;hpb=1b3b9273dc697c2fdd1fc50a2a5e4b3908225882;p=gnulib.git diff --git a/lib/closeout.c b/lib/closeout.c index 6a0b82ffa..f6cdd3f69 100644 --- a/lib/closeout.c +++ b/lib/closeout.c @@ -1,7 +1,7 @@ /* Close standard output and standard error, exiting with a diagnostic on error. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008 Free - Software Foundation, Inc. + Copyright (C) 1998-2002, 2004, 2006, 2008-2011 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 @@ -111,10 +111,10 @@ close_stdout (void) { char const *write_error = _("write error"); if (file_name) - error (0, errno, "%s: %s", quotearg_colon (file_name), - write_error); + error (0, errno, "%s: %s", quotearg_colon (file_name), + write_error); else - error (0, errno, "%s", write_error); + error (0, errno, "%s", write_error); _exit (exit_failure); }