Skip to content

Commit 5dcb838

Browse files
committed
Remove double underscore in macro guard
See: 4b26110
1 parent 78d1e1e commit 5dcb838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lacoconf.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#ifndef __LACOCONF_H
2-
#define __LACOCONF_H
1+
#ifndef LACOCONF_H
2+
#define LACOCONF_H
33

44
#define LACO_VERSION "@LACO_VERSION_STRING@"
55
#define LACO_LUA_USED "@LACO_LUA_USED@"
66
#define LACO_TIMESTAMP "@LACO_TIMESTAMP@"
77

8-
#endif /* __LACOCONF_H */
8+
#endif /* LACOCONF_H */

0 commit comments

Comments
 (0)