aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gensvm_queue.c')
-rw-r--r--src/gensvm_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gensvm_queue.c b/src/gensvm_queue.c
index a72a656..ffa2a82 100644
--- a/src/gensvm_queue.c
+++ b/src/gensvm_queue.c
@@ -35,7 +35,7 @@
*
* @returns initialized GenQueue
*/
-struct GenQueue *gensvm_init_queue()
+struct GenQueue *gensvm_init_queue(void)
{
struct GenQueue *q = Malloc(struct GenQueue, 1);