mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add missing 'static' qualifier.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user