1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add missing 'static' qualifier.

This commit is contained in:
Tom Lane
2011-12-16 23:19:06 -05:00
parent 0d76b60db4
commit fb4bbc8113

View File

@ -1892,7 +1892,7 @@ set_starttype(char *starttypeopt)
*
* If a configuration-only directory was specified, find the real data dir.
*/
void
static void
adjust_data_dir(void)
{
char cmd[MAXPGPATH], filename[MAXPGPATH], *my_exec_path;