Fix another old-style function definition.

svn path=/trunk/; revision=37224
This commit is contained in:
Guy Harris 2011-05-17 23:35:12 +00:00
parent 8f53a5655c
commit 17f8127d25
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ ringbuf_libpcap_dump_close(gchar **save_file, int *err)
* Frees all memory allocated by the ringbuffer * Frees all memory allocated by the ringbuffer
*/ */
void void
ringbuf_free() ringbuf_free(void)
{ {
unsigned int i; unsigned int i;