diff options
| author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-15 21:49:48 +0000 |
|---|---|---|
| committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-15 21:49:48 +0000 |
| commit | 8414a44ad428eaac2b81295cb454160f26671b05 (patch) | |
| tree | 7211e111848d8511c7bd09f140a5567fda65582e /firmware/include/timefuncs.h | |
| parent | e38baa0fae3ef347e4061d90d5a6790af5d8d959 (diff) | |
| download | rockbox-8414a44ad428eaac2b81295cb454160f26671b05.zip rockbox-8414a44ad428eaac2b81295cb454160f26671b05.tar.gz rockbox-8414a44ad428eaac2b81295cb454160f26671b05.tar.bz2 rockbox-8414a44ad428eaac2b81295cb454160f26671b05.tar.xz | |
Remove conditional added around set_day_of_week in r31301.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31305 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/timefuncs.h')
| -rw-r--r-- | firmware/include/timefuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h index 4c5f0fb..b7e9be5 100644 --- a/firmware/include/timefuncs.h +++ b/firmware/include/timefuncs.h @@ -30,8 +30,8 @@ struct tm *get_time(void); int set_time(const struct tm *tm); #if CONFIG_RTC bool valid_time(const struct tm *tm); -void set_day_of_week(struct tm *tm); #endif +void set_day_of_week(struct tm *tm); #endif /* _TIMEFUNCS_H_ */ |