wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 27 Feb 2016 08:05:43 +0000 (09:05 +0100)
committerGuy Harris <guy@alum.mit.edu>
Sat, 27 Feb 2016 08:44:49 +0000 (08:44 +0000)
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>
wiretap/wtap_opttypes.h

index a1b0963ea82db4f651b032e325b82235d179f528..f25e07f38845bc512d1857a543d9c325a501e549 100644 (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 */
\ No newline at end of file
+#endif /* WTAP_OPT_TYPES_H */
+