From: Rob Clark Date: Thu, 24 Oct 2013 00:08:15 +0000 (-0400) Subject: freedreno: fix compile error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6e45b6a17462f4d261a2d176791469847356923;p=mesa.git freedreno: fix compile error Small typo introduced in a3ed98f. Signed-off-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/freedreno_texture.c b/src/gallium/drivers/freedreno/freedreno_texture.c index bcc846f6819..8fb9419dd2a 100644 --- a/src/gallium/drivers/freedreno/freedreno_texture.c +++ b/src/gallium/drivers/freedreno/freedreno_texture.c @@ -146,7 +146,7 @@ fd_verttex_set_sampler_views(struct pipe_context *pctx, unsigned nr, static void fd_set_sampler_views(struct pipe_context *pctx, unsigned shader, - unsigne start, unsigned nr, + unsigned start, unsigned nr, struct pipe_sampler_view **views) { assert(start == 0);