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

Commit e033696

Browse files
committed
Fix incorrect #endif comment
Noticed while reading code in this area.
1 parent 03f8e9a commit e033696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/partitioning/partdesc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ extern void DestroyPartitionDirectory(PartitionDirectory pdir);
7272

7373
extern Oid get_default_oid_from_partdesc(PartitionDesc partdesc);
7474

75-
#endif /* PARTCACHE_H */
75+
#endif /* PARTDESC_H */

0 commit comments

Comments
 (0)