diff options
Diffstat (limited to 'contrib/os2client/config.h')
-rw-r--r-- | contrib/os2client/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/os2client/config.h b/contrib/os2client/config.h index afdcb4484c8..7a98eb60a9c 100644 --- a/contrib/os2client/config.h +++ b/contrib/os2client/config.h @@ -11,7 +11,7 @@ * DEF_PGPORT is the TCP port number on which the Postmaster listens by * default. This can be overriden by command options, environment variables, * and the postconfig hook. (set by build script) - */
+ */
#define DEF_PGPORT "5432"
|