diff options
Diffstat (limited to 'apps/plugins/lrcplayer.c')
| -rw-r--r-- | apps/plugins/lrcplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c index 43f3b8e..9f43849 100644 --- a/apps/plugins/lrcplayer.c +++ b/apps/plugins/lrcplayer.c @@ -24,7 +24,7 @@ #include "lib/helper.h" #include <ctype.h> -PLUGIN_HEADER + #define MAX_LINE_LEN 256 #define LRC_BUFFER_SIZE 0x3000 /* 12 kiB */ |