diff options
author | Tim Potter <tpot@samba.org> | 2006-02-10 02:10:33 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2006-02-10 02:10:33 +0000 |
commit | 2025f091c6362de7d698e6cafbd32fb2934ac8f5 (patch) | |
tree | a0737360e71264d925c9b2daaabcbca917bebd11 /epan/ex-opt.h | |
parent | e4e8df5e1d7baea590c02edf369c65e82ffaece2 (diff) | |
download | wireshark-2025f091c6362de7d698e6cafbd32fb2934ac8f5.tar.gz wireshark-2025f091c6362de7d698e6cafbd32fb2934ac8f5.tar.bz2 wireshark-2025f091c6362de7d698e6cafbd32fb2934ac8f5.zip |
Add newline to end of file to quiten compiler warning.
svn path=/trunk/; revision=17241
Diffstat (limited to 'epan/ex-opt.h')
-rw-r--r-- | epan/ex-opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ex-opt.h b/epan/ex-opt.h index 5d67a5923d..f51f94791f 100644 --- a/epan/ex-opt.h +++ b/epan/ex-opt.h @@ -41,4 +41,4 @@ extern const gchar* ex_opt_get_index(const gchar* key, guint index); /* extracts the next value of a given key */ extern const gchar* ex_opt_get_next(const gchar* key); -#endif
\ No newline at end of file +#endif |