From 1f8a80b686fe44aaa6fa63f58407d8df048098ea Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 9 Aug 2013 10:26:00 +0200 Subject: [PATCH] remove superfluous semicolons --- sys/include/transceiver.h | 2 +- sys/lib/hashtable_private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/transceiver.h b/sys/include/transceiver.h index 1c3d5be666..979b5bf7c1 100644 --- a/sys/include/transceiver.h +++ b/sys/include/transceiver.h @@ -80,7 +80,7 @@ typedef struct { typedef struct { transceiver_type_t transceivers; void *data; -} transceiver_command_t;; +} transceiver_command_t; /* The transceiver thread's pid */ extern int transceiver_pid; diff --git a/sys/lib/hashtable_private.h b/sys/lib/hashtable_private.h index 58bbef81f4..2b2077bd15 100644 --- a/sys/lib/hashtable_private.h +++ b/sys/lib/hashtable_private.h @@ -32,7 +32,7 @@ static inline unsigned int indexFor(unsigned int tablelength, unsigned int hashvalue) { return (hashvalue % tablelength); -}; +} /* Only works if tablelength == 2^N */ /*static inline unsigned int