Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fb3b9d7

Browse files
committed
Fix a comment that wasn't commente'd out
Pointed out by: Erik Bertelsen <erik@sockdev.uni-c.dk>
1 parent fdcf5ff commit fb3b9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/dynahash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: dynahash.h,v 1.1 1996/11/09 05:48:28 momjian Exp $
9+
* $Id: dynahash.h,v 1.2 1996/11/14 20:06:39 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -15,5 +15,5 @@
1515

1616
extern int my_log2(long num);
1717

18-
#endif DYNAHASH_H /* DYNAHASH_H */
18+
#endif /* DYNAHASH_H */
1919

0 commit comments

Comments
 (0)