treewide: Use struct fmt_spec by value instead of pointer in most cases.
[pspp] / src / output / spv / spv.c
index eb4d1cd792daf1f85cc204640a8dd7c8da8071c4..7a3dae4d3d4a733834bf534534a1483b9ae9772e 100644 (file)
@@ -890,7 +890,7 @@ spv_decode_fmt_spec (uint32_t u32, struct fmt_spec *out)
   if (ok)
     {
       fmt_fix_output (out);
-      ok = fmt_check_width_compat (out, 0);
+      ok = fmt_check_width_compat (*out, 0);
     }
 
   if (!ok)