diff --git a/src/NetHack-NetHack-3.7/src/track.c b/src/NetHack-NetHack-3.7/src/track.c index c96899c..7239019 100644 --- a/src/NetHack-NetHack-3.7/src/track.c +++ b/src/NetHack-NetHack-3.7/src/track.c @@ -31,7 +31,7 @@ settrack(void)/* This function adds a coordinate to the tracking system by updat } coord * -gettrack(coordxy x, coordxy y)/* This function retrieves a coordinate from the tracking system based on the given x and y coordinates. It returns a pointer to the coord structure if a match is found; otherwise, it returns NULL. */ +gettrack(coordxy x, coordxy y)/* This function retrieves coordinate from the tracking system based on the given x and y coordinates. It returns a pointer to the coord structure if a match is found; otherwise, it returns NULL. */ { register int cnt, ndist;