summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2006-10-16 16:54:15 -0600
committerJordan Crouse <jordan.crouse@amd.com>2006-10-16 16:54:15 -0600
commit57921b0fffbd1a4bf36dbef69badb9b71918a3b8 (patch)
treeea73862f9c2e4b92d016e5a673cc170eb6a611fc
parent1c2fdaa4bc0df076f2d15184cfba74b2df82c6e4 (diff)
Fixed stupid buglet that I introduced
-rw-r--r--src/amd_gx_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd_gx_video.c b/src/amd_gx_video.c
index 55d1412..740fab0 100644
--- a/src/amd_gx_video.c
+++ b/src/amd_gx_video.c
@@ -732,7 +732,7 @@ GXAllocateMemory(ScrnInfoPtr pScrni, void **memp, int numlines)
if (xf86ResizeOffscreenArea(area, displayWidth, numlines))
return (area->box.y1 * pGeode->Pitch);
- xf86FreeOffcreenArea(area);
+ xf86FreeOffscreenArea(area);
}
new_area = xf86AllocateOffscreenArea(pScrn, displayWidth,