Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 3164021

Browse files
committed
init: Correct typo in constructor attribute.
1 parent 1d20010 commit 3164021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#endif
5959
#else
6060
#ifdef HAVE_CONSTRUCTOR_ATTRIBUTE
61-
##define CONSTRUCTOR_ATTRIBUTE(_func) void _func(void) __attribute__((constructor))
61+
#define CONSTRUCTOR_ATTRIBUTE(_func) void _func(void) __attribute__((constructor))
6262
#else
6363
#define CONSTRUCTOR_ATTRIBUTE(_func)
6464
#endif /* HAVE_CONSTRUCTOR_ATTRIBUTE */

0 commit comments

Comments
 (0)