Skip to content

Commit 48fabc4

Browse files
authored
fix: header guard in pl_string_intern_ext.h
1 parent 7e48dd7 commit 48fabc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/pl_string_intern_ext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Index of this file:
1515
// [SECTION] header mess
1616
//-----------------------------------------------------------------------------
1717

18-
#ifndef PL_STRING_INTERN_EXT_Hfs
18+
#ifndef PL_STRING_INTERN_EXT_H
1919
#define PL_STRING_INTERN_EXT_H
2020

2121
//-----------------------------------------------------------------------------
@@ -45,4 +45,4 @@ typedef struct _plStringInternI
4545

4646
} plStringInternI;
4747

48-
#endif // PL_STRING_INTERN_EXT_H
48+
#endif // PL_STRING_INTERN_EXT_H

0 commit comments

Comments
 (0)