aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2018-08-20 12:39:55 +0200
committerLuca Deri <deri@ntop.org>2018-08-20 12:39:55 +0200
commit6cb40ac75e2e2f1a35c77f028a64a5cd8873ce10 (patch)
treee7164506ddff3cd7c30a5e9d713f5c3c11e978a9
parent50591238e5dae4ffde72d90062e27c9f1931d987 (diff)
Compilation fix
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 1a9924d36..6a61b44fa 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -656,8 +656,8 @@ struct ndpi_flow_udp_struct {
}
#ifndef WIN32
__attribute__ ((__packed__))
- ;
#endif
+ ;
/* ************************************************** */