Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1725
b: refs/heads/master
c: e74d633
h: refs/heads/master
i:
  1723: ba9f8fa
v: v3
  • Loading branch information
Goffredo Baroncelli authored and Linus Torvalds committed May 31, 2005
1 parent b46d642 commit 22b31ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97d3a00f77fa527886d53dd943017654ce142186
refs/heads/master: e74d633dc5f56bf059f870370b2f36b021298652
2 changes: 1 addition & 1 deletion trunk/fs/udf/udftime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 22b31ef

Please sign in to comment.