summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/database.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/database.c b/apps/database.c
index 0ba7a2de0a..adcf9bb6aa 100644
--- a/apps/database.c
+++ b/apps/database.c
@@ -482,12 +482,12 @@ void loadruntimeinfo(struct mp3entry *id)
482 findrundbentry(id); 482 findrundbentry(id);
483 } 483 }
484 } 484 }
485 else
485#ifdef ROCKBOX_HAS_LOGF 486#ifdef ROCKBOX_HAS_LOGF
486 else { 487 if(!findrundbentry(id))
487 if(!findrundbentry(id)) {
488 logf("rundb:no entry and not found."); 488 logf("rundb:no entry and not found.");
489 } 489#else
490 } 490 findrundbentry(id);
491#endif 491#endif
492} 492}
493 493