diff options
author | Bruce Momjian | 1999-05-25 22:04:56 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-05-25 22:04:56 +0000 |
commit | 4eadfe875440759bf062b02857ff196ab95d6fbc (patch) | |
tree | e2bd9564b67d07f75ed9ee727234766f6dbc8c15 /contrib/os2client/config.h | |
parent | 519cd36d062b1bba368fea11f8763eb7f024ca90 (diff) |
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
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 872b34a6562..ad492fb7d6b 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"
|