summaryrefslogtreecommitdiff
path: root/src/coredump/ucd_file_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coredump/ucd_file_table.c')
-rw-r--r--src/coredump/ucd_file_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coredump/ucd_file_table.c b/src/coredump/ucd_file_table.c
index 15e07047..cde693db 100644
--- a/src/coredump/ucd_file_table.c
+++ b/src/coredump/ucd_file_table.c
@@ -189,7 +189,7 @@ ucd_file_table_dispose (ucd_file_table_t *ucd_file_table)
{
if (ucd_file_table->uft_files != NULL)
{
- for (int i = 0; i < ucd_file_table->uft_count; ++i)
+ for (size_t i = 0; i < ucd_file_table->uft_count; ++i)
{
ucd_file_dispose(&ucd_file_table->uft_files[i]);
}