projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
afh: Make ->suffixes array const.
[paraslash.git]
/
opus_afh.c
diff --git
a/opus_afh.c
b/opus_afh.c
index
e7511d3
..
b1469b4
100644
(file)
--- a/
opus_afh.c
+++ b/
opus_afh.c
@@
-17,7
+17,7
@@
#include "opus_common.h"
#include "ogg_afh_common.h"
-static const char
*
opus_suffixes[] = {"opus", NULL};
+static const char
* const
opus_suffixes[] = {"opus", NULL};
#define OPUS_COMMENT_HEADER "OpusTags"