mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-08 03:41:33 +02:00
geometry.c: TxError() constify call-site
This commit is contained in:
+1
-1
@@ -403,7 +403,7 @@ GeoNameToPos(name, manhattan, verbose)
|
||||
{"west", GEO_WEST, TRUE},
|
||||
{0}
|
||||
};
|
||||
char *fmt;
|
||||
const char *fmt;
|
||||
const struct pos *pp;
|
||||
int pos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user