diff --git a/[refs] b/[refs] index a0fa2a02f837..a12ba95f0f89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97d3a00f77fa527886d53dd943017654ce142186 +refs/heads/master: e74d633dc5f56bf059f870370b2f36b021298652 diff --git a/trunk/fs/udf/udftime.c b/trunk/fs/udf/udftime.c index 457a8fe28575..85d8dbe843f1 100644 --- a/trunk/fs/udf/udftime.c +++ b/trunk/fs/udf/udftime.c @@ -46,7 +46,7 @@ #endif /* How many days come before each month (0-12). */ -const unsigned short int __mon_yday[2][13] = +static const unsigned short int __mon_yday[2][13] = { /* Normal years. */ { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },