diff options
| author | 2007-12-17 16:33:33 +0000 | |
|---|---|---|
| committer | 2007-12-17 16:33:33 +0000 | |
| commit | 8a8ccc594989d85f2277c48d3c158f7cee41d06b (patch) | |
| tree | 821ddcb66109a2340909394308a4b348d4cb2a53 /src/lib | |
| parent | 7b77f1218624ea26dbb2efd85a19f795f5d4e02e (diff) | |
Changes for MAME 0.121u1.mame0121u1
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util/chd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c index b36bd5c70fe..813ad8c31fe 100644 --- a/src/lib/util/chd.c +++ b/src/lib/util/chd.c @@ -835,6 +835,7 @@ core_file *chd_core_file(chd_file *chd) filename -------------------------------------------------*/ +#ifdef UNUSED_FUNCTION void chd_multi_filename(const char *origname, char *finalname, int index) { char *extension; @@ -856,6 +857,7 @@ void chd_multi_filename(const char *origname, char *finalname, int index) findex[2] = 'h'; strcpy(extension, findex); } +#endif |
