diff options
Diffstat (limited to 'src/pj_gridlist.c')
| -rw-r--r-- | src/pj_gridlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_gridlist.c b/src/pj_gridlist.c index 9fb39117..68637595 100644 --- a/src/pj_gridlist.c +++ b/src/pj_gridlist.c @@ -94,7 +94,7 @@ void pj_deallocate_grids() static int pj_gridlist_merge_gridfile( const char *gridname ) { - int i, got_match=0; + int got_match=0; PJ_GRIDINFO *this_grid, *tail = NULL; /* -------------------------------------------------------------------- */ |
