diff options
Diffstat (limited to 'src/include/tcop/deparse_utility.h')
| -rw-r--r-- | src/include/tcop/deparse_utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tcop/deparse_utility.h b/src/include/tcop/deparse_utility.h index 0c3c6e1f67..7884e04647 100644 --- a/src/include/tcop/deparse_utility.h +++ b/src/include/tcop/deparse_utility.h @@ -102,7 +102,7 @@ typedef struct CollectedCommand } defprivs; } d; - struct CollectedCommand *parent; /* when nested */ + struct CollectedCommand *parent; /* when nested */ } CollectedCommand; #endif /* DEPARSE_UTILITY_H */ |
