summaryrefslogtreecommitdiff
path: root/src/unexaix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexaix.c')
-rw-r--r--src/unexaix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexaix.c b/src/unexaix.c
index f97de45449e..fc1acc9ab4f 100644
--- a/src/unexaix.c
+++ b/src/unexaix.c
@@ -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)