diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port.h b/src/include/port.h index b64651f1665..29854dd752e 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -61,7 +61,7 @@ extern void get_man_path(const char *my_exec_path, char *ret_path); extern bool get_home_path(char *ret_path); extern void get_parent_directory(char *path); -/* port/dirmod.c */ +/* common/pgfnames.c */ extern char **pgfnames(const char *path); extern void pgfnames_cleanup(char **filenames); |