summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index acd82b8794..ceb71e4495 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -22,7 +22,7 @@
22#include "lib/playback_control.h" 22#include "lib/playback_control.h"
23 23
24#define MAX_LINE_LEN 2048 24#define MAX_LINE_LEN 2048
25PLUGIN_HEADER 25
26 26
27static unsigned char *buffer; 27static unsigned char *buffer;
28static size_t buffer_size; 28static size_t buffer_size;