mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix a comment that wasn't commente'd out
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* 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);
|
extern int my_log2(long num);
|
||||||
|
|
||||||
#endif DYNAHASH_H /* DYNAHASH_H */
|
#endif /* DYNAHASH_H */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user