geometry.c: TxError() constify call-site

This commit is contained in:
Darryl L. Miles
2025-01-03 09:08:14 +00:00
parent 1aee10ef4d
commit 5770da2abd
+1 -1
View File
@@ -403,7 +403,7 @@ GeoNameToPos(name, manhattan, verbose)
{"west", GEO_WEST, TRUE},
{0}
};
char *fmt;
const char *fmt;
const struct pos *pp;
int pos;