Fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Mar 2006 20:21:25 +0000 (20:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Mar 2006 20:21:25 +0000 (20:21 +0000)
glib/gmem.c

index e47a011..2e3ca93 100644 (file)
@@ -318,7 +318,8 @@ profiler_log (ProfilerJob job,
   g_mutex_lock (gmem_profile_mutex);
   if (!profile_data)
     {
-      profile_data = standard_calloc ((MEM_PROFILE_TABLE_SIZE + 1) * 8 * sizeof (profile_data[0]));
+      profile_data = standard_calloc ((MEM_PROFILE_TABLE_SIZE + 1) * 8, 
+                                      sizeof (profile_data[0]));
       if (!profile_data)       /* memory system kiddin' me, eh? */
        {
          g_mutex_unlock (gmem_profile_mutex);