summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 09b73484ba..b096b8927f 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1480,7 +1480,7 @@ bool create_playlist(void)
1480 close(fd); 1480 close(fd);
1481 1481
1482#ifdef HAVE_ADJUSTABLE_CPU_FREQ 1482#ifdef HAVE_ADJUSTABLE_CPU_FREQ
1483 cpu_boost(true); 1483 cpu_boost(false);
1484#endif 1484#endif
1485 1485
1486 sleep(HZ); 1486 sleep(HZ);