diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2011-05-29 11:36:11 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-03-25 00:25:06 -0700 |
commit | 34f37fe119f07e1e7b79964de08ac601a0753a7f (patch) | |
tree | 4e537f6c536fdadad31717bb179263d2454ea766 | |
parent | 31544d805f99da54d5d3c658ccc137813dbde52b (diff) |
fix typo in MGADRIMoveBuffersXAA()
Fix typo in MGADRIMoveBuffersXAA().
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r-- | src/mga_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index eed72a8..a285f01 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -733,7 +733,7 @@ static void MGADRIMoveBuffersXAA(WindowPtr pParent, DDXPointRec ptOldOrg, pboxNew1 = 0; pptNew1 = 0; pboxNew2 = 0; - pboxNew2 = 0; + pptNew2 = 0; pptSrc = &ptOldOrg; dx = pParent->drawable.x - ptOldOrg.x; |