changeset 373:ebbe97f2a2a5

Remove useless semicolons, fixes some pedantic warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 14:54:11 +0300
parents b9f0bdad6285
children 812af6823eb7
files libnnchat.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libnnchat.h	Thu Jun 23 14:43:10 2011 +0300
+++ b/libnnchat.h	Thu Jun 23 14:54:11 2011 +0300
@@ -60,14 +60,14 @@
     uint8_t command;
     in_port_t port;
     in_addr_t addr;
-} __attribute__((__packed__));;
+} __attribute__((__packed__));
 
 struct nn_socks_res_t {
     uint8_t nb;
     uint8_t result;
     in_port_t port;
     in_addr_t addr;
-} __attribute__((__packed__));;
+} __attribute__((__packed__));
 
 typedef struct _nn_conn_t {
     struct {