projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecace93
)
Fix weird indentation of function return type.
author
Neil Conway
<
[email protected]
>
Tue, 24 May 2005 07:16:27 +0000
(07:16 +0000)
committer
Neil Conway
<
[email protected]
>
Tue, 24 May 2005 07:16:27 +0000
(07:16 +0000)
src/backend/utils/misc/ps_status.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/ps_status.c
b/src/backend/utils/misc/ps_status.c
index 50fe78cc81dd4e3f8efddd9d0f2e9a486e2d9e57..a5e35228de29fe6d1d67159919ea5e6b21e8800f 100644
(file)
--- a/
src/backend/utils/misc/ps_status.c
+++ b/
src/backend/utils/misc/ps_status.c
@@
-130,7
+130,7
@@
static void pgwin32_update_ident(char *ident)
* environment strings may be moved, so this should be called before any code
* that might try to hang onto a getenv() result.)
*/
-char
**
+char **
save_ps_display_args(int argc, char **argv)
{
save_argc = argc;