diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/lib/formats/ioprocs.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/lib/formats/ioprocs.c')
-rw-r--r-- | src/lib/formats/ioprocs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/formats/ioprocs.c b/src/lib/formats/ioprocs.c index 66136f0cee1..3c47414ae00 100644 --- a/src/lib/formats/ioprocs.c +++ b/src/lib/formats/ioprocs.c @@ -211,6 +211,3 @@ UINT64 io_generic_size(struct io_generic *generic) { return generic->procs->filesizeproc(generic->file); } - - - |