summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/misc.c b/apps/misc.c
index f95abb862f..5b008f525c 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -885,8 +885,8 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain)
885*/ 885*/
886void check_bootfile(bool do_rolo) 886void check_bootfile(bool do_rolo)
887{ 887{
888 static int wrtdate = 0; 888 static unsigned short wrtdate = 0;
889 static int wrttime = 0; 889 static unsigned short wrttime = 0;
890 DIR* dir = NULL; 890 DIR* dir = NULL;
891 struct dirent* entry = NULL; 891 struct dirent* entry = NULL;
892 892