diff options
| author | 2015-01-28 09:20:10 +0100 | |
|---|---|---|
| committer | 2015-01-28 09:20:10 +0100 | |
| commit | 26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch) | |
| tree | bab4468226c59d590688e0ece892f5bfbca58736 /src/emu/devfind.h | |
| parent | 13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff) | |
Cleanups and version bumpmame0158
Diffstat (limited to 'src/emu/devfind.h')
| -rw-r--r-- | src/emu/devfind.h | 2 |
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; |
