diff options
author | Jörg Mayer <jmayer@loplof.de> | 2005-03-10 21:04:34 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2005-03-10 21:04:34 +0000 |
commit | 0f764ba58a49b3ac79b278133090090c6f13f1bf (patch) | |
tree | b28c802f67bd8f56f27c3aafcaad940a6c6a5e10 /epan/dissectors/packet-rtp-events.h | |
parent | 008054453bbf4cc3fc54cae4a602ebcc869b4e92 (diff) | |
download | wireshark-0f764ba58a49b3ac79b278133090090c6f13f1bf.tar.gz wireshark-0f764ba58a49b3ac79b278133090090c6f13f1bf.tar.bz2 wireshark-0f764ba58a49b3ac79b278133090090c6f13f1bf.zip |
Warning fix: no newline at end of file
svn path=/trunk/; revision=13701
Diffstat (limited to 'epan/dissectors/packet-rtp-events.h')
-rw-r--r-- | epan/dissectors/packet-rtp-events.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp-events.h b/epan/dissectors/packet-rtp-events.h index 4a0f5ed9d7..5b5c89c59e 100644 --- a/epan/dissectors/packet-rtp-events.h +++ b/epan/dissectors/packet-rtp-events.h @@ -255,4 +255,5 @@ static const value_string rtp_event_type_values[] = struct _rtp_event_info { guint8 info_rtp_evt; guint32 info_setup_frame_num; /* the frame num of the packet that set this RTP connection */ -};
\ No newline at end of file +}; + |