Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162627
b: refs/heads/master
c: c573b29
h: refs/heads/master
i:
  162625: fdf9f91
  162623: 5d9bd3e
v: v3
  • Loading branch information
Joe Perches authored and Greg Ungerer committed Sep 15, 2009
1 parent 0642da6 commit 7ded241
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: 732c611e5bbb76201397297f834dddd5ab684b05
refs/heads/master: c573b29baf3e1b71a60ee6de76dd28c9c49fb87f
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static unsigned long read_rtc_mmss(void)
if ((year += 1900) < 1970)
year += 100;

return mktime(year, mon, day, hour, min, sec);;
return mktime(year, mon, day, hour, min, sec);
}

unsigned long read_persistent_clock(void)
Expand Down

0 comments on commit 7ded241

Please sign in to comment.