X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Ffile-handle-def.h;h=a131713c3b66440f62b1384ca50a792d8393e9b2;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=a3d837ab924b0a60af7a4bf319eabe0c31bef4ca;hpb=9aac12c2130257396c9ee4ee7860f618dcb202b0;p=pspp-builds.git diff --git a/src/data/file-handle-def.h b/src/data/file-handle-def.h index a3d837ab..a131713c 100644 --- a/src/data/file-handle-def.h +++ b/src/data/file-handle-def.h @@ -40,7 +40,7 @@ enum fh_mode }; /* Properties of a file handle. */ -struct fh_properties +struct fh_properties { enum fh_mode mode; /* File mode. */ size_t record_width; /* Length of fixed-format records. */