From 41eacee1f2e411f38ed59698bf4776e8171cbd74 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 21 Aug 2009 11:46:08 +0100 Subject: Typo Thanks for Martin Jansa (JaMa) for spotting this. --- src/glamo-dri2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glamo-dri2.c b/src/glamo-dri2.c index ae62ef4..bac8331 100644 --- a/src/glamo-dri2.c +++ b/src/glamo-dri2.c @@ -69,8 +69,8 @@ static DRI2BufferPtr glamoCreateBuffer(DrawablePtr pDraw, #else -static DRI2BufferPtr glamoCreateBuffer(DrawablePtr pDraw, - unsigned int *attachments, int count) +static DRI2BufferPtr glamoCreateBuffers(DrawablePtr pDraw, + unsigned int *attachments, int count) { ScreenPtr pScreen = pDraw->pScreen; DRI2BufferPtr buffers; -- cgit v1.2.3