Comments.
[pspp] / lib / verror.c
index 0a7981ea27a65ef67bdd085833d2473f770f0dee..bc90ef39f56299054611f88a620e8b5be3931299 100644 (file)
@@ -1,5 +1,5 @@
 /* va_list error handler for noninteractive utilities
-   Copyright (C) 2006-2007 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-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
@@ -59,8 +59,8 @@ verror_at_line (int status, int errnum, const char *file,
   if (message)
     {
       /* Until http://sourceware.org/bugzilla/show_bug.cgi?id=2997 is fixed,
-        glibc violates GNU Coding Standards when the file argument to
-        error_at_line is NULL.  */
+         glibc violates GNU Coding Standards when the file argument to
+         error_at_line is NULL.  */
       if (file)
         error_at_line (status, errnum, file, line_number, "%s", message);
       else