diff options
| author | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
| commit | c2d77d4164e783cd421cc877ea8caa8b8b469ff8 (patch) | |
| tree | 8105ffbe2df2759fcee9d8fcd2420ef94f3ceca6 /src/bin/psql/stringutils.h | |
| parent | add57980ada50540e2d45a7842aa10b4215e4092 (diff) | |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/bin/psql/stringutils.h')
| -rw-r--r-- | src/bin/psql/stringutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index 9c7513659f..4ceeabb4d9 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * stringutils.h-- + * stringutils.h * * * Copyright (c) 1994, Regents of the University of California |
