1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Update FindRealPath function object name

This commit is contained in:
cosineblast 2024-01-17 00:47:53 -03:00
parent a6f207a2a5
commit 167c31c148

View File

@ -54,7 +54,7 @@ char *FindRealPath (const char *Path)
extern char* realpath (const char* path, char* resolved_path);
char* FindAbsolutePath (const char* path)
char* FindRealPath (const char* path)
/*
** Determines the absolute path of the given relative path.
** If the path points to a symlink, resolves such symlink.