Clean up white space.

svn path=/trunk/; revision=47379
This commit is contained in:
Guy Harris 2013-01-30 22:56:05 +00:00
parent b2fd895135
commit 9b23449384
1 changed files with 1 additions and 1 deletions

View File

@ -435,5 +435,5 @@ proto_reg_handoff_png(void)
dissector_handle_t png_handle = new_create_dissector_handle(dissect_png, proto_png);
dissector_add_string("media_type", "image/png", png_handle);
heur_dissector_add("http", dissect_png_heur, proto_png);
heur_dissector_add("wtap_file", dissect_png_heur, proto_png);
heur_dissector_add("wtap_file", dissect_png_heur, proto_png);
}