geometry.c: TxError() constify call-site
This commit is contained in:
parent
1aee10ef4d
commit
5770da2abd
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue