forked from len0rd/rockbox
Mark array as const
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24981 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
239976ebfa
commit
d586fa1e7c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "metadata_parsers.h"
|
||||
#include "logf.h"
|
||||
|
||||
static unsigned char bitspersamples[28] = {
|
||||
static const unsigned char bitspersamples[28] = {
|
||||
0,
|
||||
8, /* G.711 MULAW */
|
||||
8, /* 8bit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue