From: Brian Paul Date: Tue, 26 Feb 2013 01:00:09 +0000 (-0700) Subject: winsys/null: fix var typo templet->templat X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62329d77b8065b5fd41179d6013c8adf6d86cfc7;p=mesa.git winsys/null: fix var typo templet->templat --- diff --git a/src/gallium/winsys/sw/null/null_sw_winsys.c b/src/gallium/winsys/sw/null/null_sw_winsys.c index 73b777f6296..44849da1403 100644 --- a/src/gallium/winsys/sw/null/null_sw_winsys.c +++ b/src/gallium/winsys/sw/null/null_sw_winsys.c @@ -93,7 +93,7 @@ null_sw_displaytarget_create(struct sw_winsys *winsys, static struct sw_displaytarget * null_sw_displaytarget_from_handle(struct sw_winsys *winsys, - const struct pipe_resource *templet, + const struct pipe_resource *templat, struct winsys_handle *whandle, unsigned *stride) {