Skip to content

Commit 5524a85

Browse files
committed
Clean up minor gcc warning about lack of reset_r_plans prototype.
1 parent 2381526 commit 5524a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/variable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Routines for handling of 'SET var TO',
33
* 'SHOW var' and 'RESET var' statements.
44
*
5-
* $Id: variable.c,v 1.14 1998/10/08 18:29:20 momjian Exp $
5+
* $Id: variable.c,v 1.15 1998/10/08 23:50:28 tgl Exp $
66
*
77
*/
88

@@ -32,7 +32,7 @@ static bool show_cost_index(void);
3232
static bool reset_cost_index(void);
3333
static bool parse_cost_index(const char *);
3434
static bool show_r_plans(void);
35-
static bool reset_r_plans();
35+
static bool reset_r_plans(void);
3636
static bool parse_r_plans(const char *);
3737
static bool reset_geqo(void);
3838
static bool show_geqo(void);

0 commit comments

Comments
 (0)