aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-11 02:29:45 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-11 02:29:45 +0000
commit4c98ca9a7011ffcc4de915457a906fe98a4e2a06 (patch)
tree44fc9f7617eacbb1da345149e40515cc8bcee2f5 /tools
parent85316d893774a6e717bf399611d88ed55b590e17 (diff)
Oops, put a comma back
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35910 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 944bec231c..dde3eb349d 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -198,7 +198,7 @@ my %APIs = (
## 2.10 'g_mem_chunk_new', # "use slice allocator" (avail since 2.10)
'g_mem_chunk_print', # "use slice allocator" (avail since 2.10)
'g_mem_chunk_reset', # "use slice allocator" (avail since 2.10)
- 'g_blow_chunks' # "use slice allocator" (avail since 2.10,2.14)
+ 'g_blow_chunks', # "use slice allocator" (avail since 2.10,2.14)
## 2.10 'g_chunk_free', # g_slice_free (avail since 2.10)
## 2.10 'g_chunk_new', # g_slice_new (avail since 2.10)
'g_chunk_new0', # g_slice_new0 (avail since 2.10)