aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/ps_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/ps_status.h')
-rw-r--r--src/include/utils/ps_status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/ps_status.h b/src/include/utils/ps_status.h
index 9a74d2c3501..c68020ac08c 100644
--- a/src/include/utils/ps_status.h
+++ b/src/include/utils/ps_status.h
@@ -20,7 +20,7 @@
extern char *ps_status_buffer;
#define PS_DEFINE_BUFFER \
-char *ps_status_buffer = NULL;
+char *ps_status_buffer = NULL
#define PS_INIT_STATUS(argc, argv, execname, username, hostname, dbname) \
{ \
@@ -53,7 +53,7 @@ char *ps_status_buffer = NULL;
extern const char **ps_status;
#define PS_DEFINE_BUFFER \
-const char **ps_status = NULL;
+const char **ps_status = NULL
#define PS_INIT_STATUS(argc, argv, execname, username, hostname, dbname) \
{ \