[project @ 2005-02-24 09:41:49 by simonpj]
authorsimonpj <unknown>
Thu, 24 Feb 2005 09:41:49 +0000 (09:41 +0000)
committersimonpj <unknown>
Thu, 24 Feb 2005 09:41:49 +0000 (09:41 +0000)
Add missing semicolon; merge to stable

ghc/rts/RetainerProfile.c

index 3388978..927a734 100644 (file)
@@ -1770,7 +1770,7 @@ computeRetainerSet( void )
     // object (computing sumOfNewCostExtra and updating costArray[] when
     // debugging retainer profiler).
     for (g = 0; g < RtsFlags.GcFlags.generations; g++) {
-       ASSERT(g != 0 || (generations[g].mut_list == NULL))
+        ASSERT(g != 0 || (generations[g].mut_list == NULL));
 
        // Traversing through mut_list is necessary
        // because we can find MUT_VAR objects which have not been