instruction_table.h: fix missing ';'
This commit is contained in:
parent
d1748f65b1
commit
e6d112e263
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
shash_hashtable_t create_instruction_information_hastable(void);
|
||||
|
||||
// Destroy the information table
|
||||
void destroy_instruction_information_hashtable(shash_hashtable_t *instruction_information_table)
|
||||
void destroy_instruction_information_hashtable(shash_hashtable_t *instruction_information_table);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue