fix a typo

svn path=/trunk/; revision=17090
This commit is contained in:
Luis Ontanon 2006-01-24 02:11:38 +00:00
parent 1ff8c4272f
commit 48f8113d58
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ dissector_dump_decodes() {
static GPtrArray* post_dissectors = NULL;
static guint num_of_postdissectors = 0;
void register_postdissector(dissector_hanlde_t handle) {
void register_postdissector(dissector_handle_t handle) {
if (!post_dissectors)
post_dissectors = g_ptr_array_new();