Get rid of extra blank line at the end of the file.
authorGuy Harris <guy@alum.mit.edu>
Thu, 3 Feb 2011 08:16:08 +0000 (08:16 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 3 Feb 2011 08:16:08 +0000 (08:16 -0000)
svn path=/trunk/; revision=35779

epan/dissectors/packet-lapd.c

index e35e43afad3777a97c3ba40112894dbb5c3c7053..74acc1a98c50e74b0f0dd36badd50790209d69d4 100644 (file)
@@ -710,4 +710,3 @@ proto_reg_handoff_lapd(void)
        if ((lapd_rtp_payload_type > 95) && (lapd_rtp_payload_type < 128))
                dissector_add_uint("rtp.pt", lapd_rtp_payload_type, lapd_bitstream_handle);
 }
-