summaryrefslogtreecommitdiff
path: root/staging/mops_sequence.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mops_sequence.c')
-rw-r--r--staging/mops_sequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/mops_sequence.c b/staging/mops_sequence.c
index 32e7895..900472c 100644
--- a/staging/mops_sequence.c
+++ b/staging/mops_sequence.c
@@ -286,7 +286,7 @@ int stop_sequence (char *name)
//
// RETURN VALUE: Number of stopped sequences.
//
-int stop_all_sequences ()
+int stop_all_sequences(void)
{
struct mz_ll *cur=packet_sequences->next;
int i=0;