box-whisker: Use consistent array size for box_whisker_hinges().
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 1 May 2021 22:54:18 +0000 (15:54 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 1 May 2021 22:54:18 +0000 (15:54 -0700)
commitb8de70d264498ee0630ceb935f0617d03448eaac
tree909f9a767491b126f7f219afb83dcdd3b156fa94
parentea75d9702346b57b13830e619e9c447b0b976f89
box-whisker: Use consistent array size for box_whisker_hinges().

The prototype said the 'hinges' parameter has 2 elements but the definition
said that it has 3.  This fixes the prototype.

This is harmless because the C standard says these are actually equivalent.

Reported by GCC 11.
src/math/box-whisker.h