X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpor-file-writer.h;h=10126b202a4bd7ef057a16dd2987d1e52d384174;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=6732abdea9983f6e329506136cad84d1810c1b21;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/data/por-file-writer.h b/src/data/por-file-writer.h index 6732abde..10126b20 100644 --- a/src/data/por-file-writer.h +++ b/src/data/por-file-writer.h @@ -31,7 +31,7 @@ enum pfm_type }; /* Portable file writing options. */ -struct pfm_write_options +struct pfm_write_options { bool create_writeable; /* File perms: writeable or read/only? */ enum pfm_type type; /* Type of portable file (TODO). */