summaryrefslogtreecommitdiff
path: root/apps/plugins/frotz
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/frotz')
-rw-r--r--apps/plugins/frotz/frotz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/frotz/frotz.c b/apps/plugins/frotz/frotz.c
index aff91002ef..23da650706 100644
--- a/apps/plugins/frotz/frotz.c
+++ b/apps/plugins/frotz/frotz.c
@@ -23,7 +23,7 @@
23#include "lib/pluginlib_exit.h" 23#include "lib/pluginlib_exit.h"
24#include "lib/pluginlib_actions.h" 24#include "lib/pluginlib_actions.h"
25 25
26PLUGIN_HEADER 26
27 27
28extern int frotz_main(void); 28extern int frotz_main(void);
29extern bool hot_key_quit(void); 29extern bool hot_key_quit(void);
@@ -41,7 +41,7 @@ enum plugin_status plugin_start(const void* parameter)
41 int i; 41 int i;
42 char* ext; 42 char* ext;
43 43
44 PLUGINLIB_EXIT_INIT_ATEXIT(atexit_cleanup); 44 atexit(atexit_cleanup);
45 45
46 if (!parameter) 46 if (!parameter)
47 return PLUGIN_ERROR; 47 return PLUGIN_ERROR;