diff options
Diffstat (limited to 'src/modules/modWall.c')
| -rw-r--r-- | src/modules/modWall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/modWall.c b/src/modules/modWall.c index ac8e715..d9906db 100644 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -371,4 +371,4 @@ mod_sym_t modwall_sym = { &init, &isConflict, &cmdArena, &recvMsg, - &destroy };
\ No newline at end of file + &destroy }; |