1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

eval-test: make table static const

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-10-12 19:35:11 +01:00
parent 10e645e9cb
commit 74c39bc682

View File

@ -564,7 +564,8 @@ int main(int argc, char **argv)
{
int i;
double d;
const char **expr, *exprs[] = {
const char *const *expr;
static const char *const exprs[] = {
"",
"1;2",
"-20",