aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-02-27 09:05:43 +0100
committerGuy Harris <guy@alum.mit.edu>2016-02-27 08:44:49 +0000
commitf61b5d3203642b59af9cd46cc7a56cc0bc871edb (patch)
tree3a58304c654a24c2dfa9e33c6b8f7ddceb23ede6 /wiretap
parent845654d8b7d17831976eb9fc6f2f7140a8e2d84e (diff)
wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]
Change-Id: I5bdd42bce983cd874597f4675afe4c8b2790e0f6 Reviewed-on: https://code.wireshark.org/review/14196 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap_opttypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h
index a1b0963ea8..f25e07f388 100644
--- a/wiretap/wtap_opttypes.h
+++ b/wiretap/wtap_opttypes.h
@@ -247,4 +247,5 @@ WS_DLL_PUBLIC int wtap_optionblock_get_option_custom(wtap_optionblock_t block, g
*/
void wtap_optionblock_copy_options(wtap_optionblock_t dest_block, wtap_optionblock_t src_block);
-#endif /* WTAP_OPT_TYPES_H */ \ No newline at end of file
+#endif /* WTAP_OPT_TYPES_H */
+