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>
This commit is contained in:
Alexis La Goutte 2016-02-27 09:05:43 +01:00 committed by Guy Harris
parent 845654d8b7
commit f61b5d3203
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
#endif /* WTAP_OPT_TYPES_H */