diff options
Diffstat (limited to 'sql/init.h')
-rw-r--r-- | sql/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/init.h b/sql/init.h index e8dec0c1e2e..e96bb478cee 100644 --- a/sql/init.h +++ b/sql/init.h @@ -17,6 +17,6 @@ #define INIT_INCLUDED void unireg_init(ulong options); -ATTRIBUTE_NORETURN void unireg_end(void); +void unireg_end(void); #endif /* INIT_INCLUDED */ |