author | John Darrington <john@darrington.wattle.id.au> | 2020年06月07日 12:32:44 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2020年06月07日 13:25:34 +0200 |
commit | 96994a54e60e9c95b8bba54c2281acf7059b1203 (patch) | |
tree | 6103dd88d409dd2e5c372f0634ab4cc414e19cb8 /src/libpspp/ext-array.c | |
parent | 369c24f1d085a41ec274ebae5fc198fcee567653 (diff) | |
download | pspp-96994a54e60e9c95b8bba54c2281acf7059b1203.tar.gz |
-rw-r--r-- | src/libpspp/ext-array.c | 2 |
diff --git a/src/libpspp/ext-array.c b/src/libpspp/ext-array.c index 9129d365d..c03d0c23c 100644 --- a/src/libpspp/ext-array.c +++ b/src/libpspp/ext-array.c @@ -124,7 +124,7 @@ do_read (const struct ext_array *ea_, void *buffer, size_t bytes) if (ferror (ea->file)) msg_error (errno, _("reading temporary file")); else if (feof (ea->file)) - msg_error ( 0, _("unexpected end of file reading temporary file")); + msg_error (0, _("unexpected end of file reading temporary file")); else NOT_REACHED (); return false; |