summaryrefslogtreecommitdiff
path: root/source/fitz/draw-paint.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-06-06 12:04:20 +0100
committerRobin Watts <robin.watts@artifex.com>2016-06-06 12:04:50 +0100
commitfb2cae0c3cfecad876f0d53abc08e22e6f3fde57 (patch)
tree1f71e7414234f0133dad40dcbb2bfc40fc934397 /source/fitz/draw-paint.c
parent445cf546e30a1903233d54aee2b0cf45552d1425 (diff)
downloadmupdf-fb2cae0c3cfecad876f0d53abc08e22e6f3fde57.tar.xz
Fix problem with FZ_PLOTTER_G only builds.
In C we can't have a label as the only thing in a block.
Diffstat (limited to 'source/fitz/draw-paint.c')
-rw-r--r--source/fitz/draw-paint.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/fitz/draw-paint.c b/source/fitz/draw-paint.c
index d004a289..68fc4c7a 100644
--- a/source/fitz/draw-paint.c
+++ b/source/fitz/draw-paint.c
@@ -1341,7 +1341,7 @@ fz_get_span_mask_painter(int da, int sa, int n)
default:
{
#if !FZ_PLOTTERS_G
-fallback:
+fallback:{}
#endif /* !FZ_PLOTTERS_G */
#if FZ_PLOTTERS_N
if (da)
@@ -2020,7 +2020,7 @@ fz_get_span_painter(int da, int sa, int n, int alpha)
default:
{
#if !FZ_PLOTTERS_G
-fallback:
+fallback:{}
#endif /* FZ_PLOTTERS_G */
#if FZ_PLOTTERS_N
if (da)
@@ -2427,7 +2427,7 @@ fz_paint_glyph_alpha(const unsigned char * restrict colorbv, int n, int span, un
default:
{
#if !FZ_PLOTTERS_G
-fallback:
+fallback:{}
#endif /* !FZ_PLOTTERS_G */
#if FZ_PLOTTERS_N
if (da)
@@ -2474,7 +2474,7 @@ fz_paint_glyph_solid(const unsigned char * restrict colorbv, int n, int span, un
default:
{
#if !FZ_PLOTTERS_G
-fallback:
+fallback:{}
#endif /* FZ_PLOTTERS_G */
#if FZ_PLOTTERS_N
if (da)