geometry.c: TxError() constify call-site

This commit is contained in:
Darryl L. Miles 2024-10-10 20:11:37 +01:00
parent 1aee10ef4d
commit 5770da2abd
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ GeoNameToPos(name, manhattan, verbose)
{"west", GEO_WEST, TRUE}, {"west", GEO_WEST, TRUE},
{0} {0}
}; };
char *fmt; const char *fmt;
const struct pos *pp; const struct pos *pp;
int pos; int pos;