diff options
Diffstat (limited to 'src/proj.c')
| -rw-r--r-- | src/proj.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ int main(int argc, char **argv) { /* list projections */ const struct PJ_LIST *lp; int do_long = arg[1] == 'P', c; - char *str; + const char *str; for (lp = proj_list_operations() ; lp->id ; ++lp) { if( strcmp(lp->id,"latlong") == 0 |
