Update to Unicode 5.2.0.
[pspp] / lib / openat-die.c
index a507eac10e26d026e733f7c1652bb4be25616073..0db20b9cd09b4e3bdba253391c63a6d6c2e81c14 100644 (file)
@@ -1,6 +1,6 @@
 /* Report a save- or restore-cwd failure in our openat replacement and then exit.
 
-   Copyright (C) 2005, 2006, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-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
@@ -31,7 +31,7 @@ void
 openat_save_fail (int errnum)
 {
   error (exit_failure, errnum,
-        _("unable to record current working directory"));
+         _("unable to record current working directory"));
 
   /* The `noreturn' attribute cannot be applied to error, since it returns
      when its first argument is 0.  To help compilers understand that this
@@ -49,7 +49,7 @@ void
 openat_restore_fail (int errnum)
 {
   error (exit_failure, errnum,
-        _("failed to return to initial working directory"));
+         _("failed to return to initial working directory"));
 
   /* As above.  */
   abort ();