Skip to content
Snippets Groups Projects
Commit 1f8a80b6 authored by Christian Mehlis's avatar Christian Mehlis
Browse files

remove superfluous semicolons

parent 6a91dcd3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment