aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/psqlHelp.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-28 07:08:15 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-28 07:08:15 +0000
commit7450ea6dfb7bc26ec6263082548c6f642fa9503c (patch)
tree20240d8e8d8b567f087e91ea779b2bb23735250d /src/bin/psql/psqlHelp.h
parent0e887c541e6a9062c0edcc07ad1015c76f369258 (diff)
downloadpostgresql-7450ea6dfb7bc26ec6263082548c6f642fa9503c.tar.gz
postgresql-7450ea6dfb7bc26ec6263082548c6f642fa9503c.zip
cosmetic changes: char* x changed to char *x
submitted by: bruce
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r--src/bin/psql/psqlHelp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index e0d5077bc3b..2fbe50b02c7 100644
--- a/src/bin/psql/psqlHelp.h
+++ b/src/bin/psql/psqlHelp.h
@@ -5,15 +5,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.1.1.1 1996/07/09 06:22:15 scrappy Exp $
+ * $Id: psqlHelp.h,v 1.2 1996/07/28 07:08:14 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
struct _helpStruct {
- char* cmd; /* the command name */
- char* help; /* the help associated with it */
- char* syntax; /* the syntax associated with it */
+ char *cmd; /* the command name */
+ char *help; /* the help associated with it */
+ char *syntax; /* the syntax associated with it */
} ;
static struct _helpStruct QL_HELP[] = {