summaryrefslogtreecommitdiff
path: root/apps/plugins/lrcplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lrcplayer.c')
-rw-r--r--apps/plugins/lrcplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c
index 225f0c8689..f42b96b5b3 100644
--- a/apps/plugins/lrcplayer.c
+++ b/apps/plugins/lrcplayer.c
@@ -428,8 +428,8 @@ static struct lrc_brpos *calc_brpos(struct lrc_line *lrc_line, int i)
428 int nword; 428 int nword;
429 int word_count, word_width; 429 int word_count, word_width;
430 const unsigned char *str; 430 const unsigned char *str;
431 } 431 }
432 sp, 432 sp,
433 cr; 433 cr;
434 434
435 lrc_buffer_used = (lrc_buffer_used+3)&~3; /* 4 bytes aligned */ 435 lrc_buffer_used = (lrc_buffer_used+3)&~3; /* 4 bytes aligned */