summaryrefslogtreecommitdiff
path: root/source/fitz/draw-blend.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2018-08-08 00:51:04 +0800
committerSebastian Rasmussen <sebras@gmail.com>2018-08-10 13:54:32 +0800
commit4b3b260783c3743a9e0e0d9a997b71da5dcd8798 (patch)
tree02fbe36993e8a69347da37339381618c6cccfc3a /source/fitz/draw-blend.c
parent2586767c23a0c2707cddf7138754e1d8c59aa44c (diff)
downloadmupdf-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-blend.c')
0 files changed, 0 insertions, 0 deletions