]> code.delx.au - gnu-emacs/blobdiff - src/unexaix.c
Add some Authors: headers based on authors.el.
[gnu-emacs] / src / unexaix.c
index f97de45449e2311eed869514130bf961e5bb277a..c08d192b32cef5bf9e8ceaabff3c2bedd9eaae1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Dump an executable image.
-   Copyright (C) 1985-1988, 1999, 2001-2013 Free Software Foundation,
+   Copyright (C) 1985-1988, 1999, 2001-2014 Free Software Foundation,
    Inc.
 
 This file is part of GNU Emacs.
@@ -97,7 +97,7 @@ report_error (const char *file, int fd)
   int err = errno;
   if (fd)
     emacs_close (fd);
-  report_file_errno ("Cannot unexec", list1 (build_string (file)), err);
+  report_file_errno ("Cannot unexec", build_string (file), err);
 }
 
 #define ERROR0(msg) report_error_1 (new, msg)