X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fext-array.c;h=c03d0c23c01b42cb136467c47f031e6218f85ac9;hb=96994a54e60e9c95b8bba54c2281acf7059b1203;hp=9129d365d6e10f66e1206432541cc2c492093dbc;hpb=369c24f1d085a41ec274ebae5fc198fcee567653;p=pspp diff --git a/src/libpspp/ext-array.c b/src/libpspp/ext-array.c index 9129d365d6..c03d0c23c0 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;