summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/fractals/fractal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal.c b/apps/plugins/fractals/fractal.c
index 41c06d36ab..6610210d61 100644
--- a/apps/plugins/fractals/fractal.c
+++ b/apps/plugins/fractals/fractal.c
@@ -76,6 +76,9 @@ static int button_yield(void *ctx)
76#ifdef FRACTAL_ZOOM_IN_PRE 76#ifdef FRACTAL_ZOOM_IN_PRE
77 case FRACTAL_ZOOM_IN_PRE: 77 case FRACTAL_ZOOM_IN_PRE:
78#endif 78#endif
79#ifdef FRACTAL_ZOOM_OUT_PRE
80 case FRACTAL_ZOOM_OUT_PRE:
81#endif
79 return 1; 82 return 1;
80 default: 83 default:
81 *button = BUTTON_NONE; 84 *button = BUTTON_NONE;