summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_blit.c')
-rw-r--r--src/mesa/swrast/s_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_blit.c b/src/mesa/swrast/s_blit.c
index 48936d32917..16e5b8c1cb1 100644
--- a/src/mesa/swrast/s_blit.c
+++ b/src/mesa/swrast/s_blit.c
@@ -789,7 +789,7 @@ _swrast_BlitFramebuffer(struct gl_context *ctx,
}
if (!mask)
- return;
+ return;
}
if (filter == GL_NEAREST) {