summaryrefslogtreecommitdiff
path: root/firmware/export/logf.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/logf.h')
-rw-r--r--firmware/export/logf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/logf.h b/firmware/export/logf.h
index 35cb7127e4..145c5c5169 100644
--- a/firmware/export/logf.h
+++ b/firmware/export/logf.h
@@ -34,7 +34,7 @@ extern bool logfwrap;
34#endif /* __PCTOOL__ */ 34#endif /* __PCTOOL__ */
35 35
36#define logf _logf 36#define logf _logf
37void _logf(const char *format, ...); 37void _logf(const char *format, ...) ATTRIBUTE_PRINTF(1, 2);
38 38
39#else /* !ROCKBOX_HAS_LOGF */ 39#else /* !ROCKBOX_HAS_LOGF */
40/* built without logf() support enabled */ 40/* built without logf() support enabled */