summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ringbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ringbuffer.c b/ringbuffer.c
index 541f009469..9319cf9f51 100644
--- a/ringbuffer.c
+++ b/ringbuffer.c
@@ -308,7 +308,7 @@ ringbuf_libpcap_dump_close(gchar **save_file, int *err)
* Frees all memory allocated by the ringbuffer
*/
void
-ringbuf_free()
+ringbuf_free(void)
{
unsigned int i;