diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index a75edac56..79436e063 100644 --- a/include/modules.h +++ b/include/modules.h @@ -47,8 +47,7 @@ enum EventReturn { EVENT_STOP, EVENT_CONTINUE, - EVENT_ALLOW, - EVENT_ERROR + EVENT_ALLOW }; |