diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2018-08-08 00:51:04 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2018-08-10 13:54:32 +0800 |
commit | 4b3b260783c3743a9e0e0d9a997b71da5dcd8798 (patch) | |
tree | 02fbe36993e8a69347da37339381618c6cccfc3a /source/fitz/draw-mesh.c | |
parent | 2586767c23a0c2707cddf7138754e1d8c59aa44c (diff) | |
download | mupdf-4b3b260783c3743a9e0e0d9a997b71da5dcd8798.tar.xz |
Coverity found a missing break, add it.
The intent with the previous code was to default to black
upon unsupported number of components in the color array.
The code however first set all components to zero then to
the value of the first component of the color array. Now
the code follows the original intent.
Diffstat (limited to 'source/fitz/draw-mesh.c')
0 files changed, 0 insertions, 0 deletions