diff options
-rw-r--r-- | fish/destpaths.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/destpaths.c b/fish/destpaths.c index 8b6173aa..275db49a 100644 --- a/fish/destpaths.c +++ b/fish/destpaths.c @@ -61,7 +61,7 @@ struct word { }; static void -free_words (struct word *words, int nr_words) +free_words (struct word *words, size_t nr_words) { size_t i; |