diff options
Diffstat (limited to 'src/map/magic.h')
-rw-r--r-- | src/map/magic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic.h b/src/map/magic.h index 99ae647..1979914 100644 --- a/src/map/magic.h +++ b/src/map/magic.h @@ -46,7 +46,7 @@ spell_effect_report_termination (int invocation, int bl_id, int sc_id, /** * Initialise all spells, read config data */ -void do_init_magic (); +void do_init_magic (void); /** * Identifies the invocation used to trigger a spell |