summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/leaktrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/leaktrace.cpp')
-rw-r--r--apps/ktorrent/leaktrace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/leaktrace.cpp b/apps/ktorrent/leaktrace.cpp
index ae41d3f..f3bdb5f 100644
--- a/apps/ktorrent/leaktrace.cpp
+++ b/apps/ktorrent/leaktrace.cpp
@@ -91,7 +91,7 @@ static void WriteLeakReport()
fclose(report);
}
-static void PrinttqStatus()
+static void PrintStatus()
{
if (mtree.count == 0)
{
@@ -124,7 +124,7 @@ static void RegisterAlloc(void* ptr,Uint32 size)
for (Uint32 b = 0;b < SOME_PRIME;b++)
mtree.buckets[b] = 0;
mtree.num_buckets = SOME_PRIME;
- atexit(PrinttqStatus);
+ atexit(PrintStatus);
}
// hash the address