diff options
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c index 606c30e01..6e3fc598e 100644 --- a/divelist.c +++ b/divelist.c @@ -1059,7 +1059,7 @@ static void try_to_renumber(struct dive *last, int preexisting) void process_dives(bool is_imported, bool prefer_imported) { - int i; + int i; int preexisting = dive_table.preexisting; struct dive *last; |