summaryrefslogtreecommitdiffstats
path: root/edl.c
diff options
context:
space:
mode:
Diffstat (limited to 'edl.c')
-rw-r--r--edl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edl.c b/edl.c
index 489d4a748a..de9c01d179 100644
--- a/edl.c
+++ b/edl.c
@@ -54,7 +54,7 @@ void free_edl(edl_record_ptr next_edl_record)
* \brief Fills EDL operations queue.
*/
-edl_record_ptr edl_parse_file()
+edl_record_ptr edl_parse_file(void)
{
FILE *fd;
char line[100];