aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-14 20:06:39 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-14 20:06:39 +0000
commitfb3b9d76611d1e7ac1d7896aff469a52d36b6078 (patch)
tree4257dc35f2e08f9078232e7e537e26300f051136 /src
parentfdcf5ff79ccee213eadeb15942a186c82737fd6b (diff)
downloadpostgresql-fb3b9d76611d1e7ac1d7896aff469a52d36b6078.tar.gz
postgresql-fb3b9d76611d1e7ac1d7896aff469a52d36b6078.zip
Fix a comment that wasn't commente'd out
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/dynahash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
index ab78919c162..fe9a51d3f1b 100644
--- a/src/include/utils/dynahash.h
+++ b/src/include/utils/dynahash.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynahash.h,v 1.1 1996/11/09 05:48:28 momjian Exp $
+ * $Id: dynahash.h,v 1.2 1996/11/14 20:06:39 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,5 +15,5 @@
extern int my_log2(long num);
-#endif DYNAHASH_H /* DYNAHASH_H */
+#endif /* DYNAHASH_H */