summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devfind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devfind.h')
-rw-r--r--src/emu/devfind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devfind.h b/src/emu/devfind.h
index d53b40ce922..f1a9d5f952f 100644
--- a/src/emu/devfind.h
+++ b/src/emu/devfind.h
@@ -57,7 +57,7 @@ protected:
void *find_memshare(UINT8 width, size_t &bytes, bool required);
bool report_missing(bool found, const char *objname, bool required);
- void printf_warning(const char *format, ...) ATTR_PRINTF(2,3);
+ void printf_warning(const char *format, ...) ATTR_PRINTF(2,3);
// internal state
finder_base *m_next;