# HG changeset patch # User Matti Hamalainen # Date 1308830051 -10800 # Node ID ebbe97f2a2a596bc0f8bd82d1e0c31eee46daf00 # Parent b9f0bdad6285b717f4a3dc9d1e6c68802eb5fbec Remove useless semicolons, fixes some pedantic warnings. diff -r b9f0bdad6285 -r ebbe97f2a2a5 libnnchat.h --- 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 {