Skip to content

Commit

Permalink
Add missing static decorator on a local variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Dec 15, 2024
1 parent 6d8eed5 commit 9158c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_anonymize.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef struct pganWalkerContext

/*---- Local variables ----*/

bool pgan_toplevel = true;
static bool pgan_toplevel = true;

/*---- GUC variables ----*/

Expand Down

0 comments on commit 9158c08

Please sign in to comment.