summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vp8/alloccommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vp8/alloccommon.c')
-rw-r--r--src/gallium/auxiliary/vl/vp8/alloccommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/alloccommon.c b/src/gallium/auxiliary/vl/vp8/alloccommon.c
index 4a971adb3d..691b3a155c 100644
--- a/src/gallium/auxiliary/vl/vp8/alloccommon.c
+++ b/src/gallium/auxiliary/vl/vp8/alloccommon.c
@@ -27,7 +27,7 @@ static void update_mode_info_border(MODE_INFO *mi, int rows, int cols)
/* TODO(holmer): Bug? This updates the last element of each row
* rather than the border element!
*/
- memset(&mi[i*cols-1], 0, sizeof(MODE_INFO));
+ memset(&mi[i*cols - 1], 0, sizeof(MODE_INFO));
}
}