Changed escaping of double quotes.
[mesa.git] / src / mesa / drivers / dri / common / texmem.c
index 192b7870491e245788c25436866a08d54a9ee887..acefce0f5971302e793e36881bc479e575fe751b 100644 (file)
@@ -188,7 +188,7 @@ static void printLocalLRU( driTexHeap * heap, const char *callername  )
 static void printGlobalLRU( driTexHeap * heap, const char *callername )
 {
    drmTextureRegionPtr list = heap->global_regions;
-   int i, j;
+   unsigned int i, j;
 
    fprintf( stderr, "%s in %s:\nGlobal LRU, heap %d list %p:\n", 
            __FUNCTION__, callername, heap->heapId, (void *)list );