aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.c b/src/io.c
index 884e3a9..bef4c55 100644
--- a/src/io.c
+++ b/src/io.c
@@ -932,7 +932,7 @@ void io_export_data(enum export_type type)
}
}
-static FILE *get_import_stream(enum export_type type)
+static FILE *get_import_stream(enum import_type type)
{
FILE *stream = NULL;
char *stream_name;