aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-23 00:45:05 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-23 00:45:05 +0000
commitc5ebd555b7ea48e3d52900625e84af1e50ef5127 (patch)
tree36e20b20bc7dbe8fa892830997be80314ef75489 /epan/dissectors/packet-h264.c
parent5cba9cd3aeb2205f3287977e6c2ad24ac00fa714 (diff)
Trivial changes: comment and spacing
svn path=/trunk/; revision=26251
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index ef6940d256..65d07a2460 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -1770,8 +1770,7 @@ proto_reg_handoff_h264(void)
dissector_add_string("h245.gef.content", ftr->id, new_create_dissector_handle(ftr->content_pdu, proto_h264));
}
h264_prefs_initialized = TRUE;
- }
- else {
+ } else {
if ( dynamic_payload_type > 95 )
dissector_delete("rtp.pt", dynamic_payload_type, h264_handle);
}