diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 209a4f42a..57cbb7345 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1554,4 +1554,4 @@ class ProtoUnreal : public Module } }; -MODULE_INIT(ProtoUnreal) +MODULE_INIT("unreal32", ProtoUnreal) |