Skip to content

Commit

Permalink
fix for role
Browse files Browse the repository at this point in the history
  • Loading branch information
argrath committed Nov 22, 2023
1 parent 09bbfc3 commit 6290225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hack.h
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ typedef struct {
0, 0, 0, 0, 0, 0, 0 }
#else
#define UNDEFINED_ROLE \
{ { 0, 0 }, { 0, 0 } }, \
{ { 0 }, { 0 }, { { 0 } }, \
/* strings */ \
NULL, NULL, NULL, \
NULL, NULL, NULL, \
Expand Down

0 comments on commit 6290225

Please sign in to comment.