diff options
author | Guy Harris <guy@alum.mit.edu> | 2007-08-27 18:44:55 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2007-08-27 18:44:55 +0000 |
commit | 49dbf60a03b81c2aa5d1fc773a7915a4f53392cc (patch) | |
tree | 5a5ccd6a82dc2cb5c42d93225d8cd8f15975c948 /epan/oids.c | |
parent | c4531ac2a834aa66b3d2d80568afd4512162df84 (diff) | |
download | wireshark-49dbf60a03b81c2aa5d1fc773a7915a4f53392cc.tar.gz wireshark-49dbf60a03b81c2aa5d1fc773a7915a4f53392cc.tar.bz2 wireshark-49dbf60a03b81c2aa5d1fc773a7915a4f53392cc.zip |
Get rid of extra newlines at the end of epan/oids.h, and give one of
them to epan/oids.c. :-)
svn path=/trunk/; revision=22687
Diffstat (limited to 'epan/oids.c')
-rw-r--r-- | epan/oids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/oids.c b/epan/oids.c index 22fba0b1d0..12ed1e32c3 100644 --- a/epan/oids.c +++ b/epan/oids.c @@ -1051,4 +1051,4 @@ void add_oid_debug_subtree(oid_info_t* oid_info, proto_tree *tree) { add_oid_debug_subtree(oid_info->parent, pt); } } -#endif
\ No newline at end of file +#endif |