diff options
| author | 2015-11-11 16:31:18 +0100 | |
|---|---|---|
| committer | 2015-11-11 16:31:18 +0100 | |
| commit | d1dc775f9b686170416fbca6a615fbea108d0ff1 (patch) | |
| tree | 64c9053aa0ac1c0d9b15a5d628d5a2ca8e296db8 /src/emu/hashfile.cpp | |
| parent | 7c7e62455e91e9eae51577cd06c4fd38858a3d50 (diff) | |
Some cleanups and init fixes with help of ReSharper C++ (nw)
Diffstat (limited to 'src/emu/hashfile.cpp')
| -rw-r--r-- | src/emu/hashfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/hashfile.cpp b/src/emu/hashfile.cpp index ff667fd5ac4..692e126413f 100644 --- a/src/emu/hashfile.cpp +++ b/src/emu/hashfile.cpp @@ -540,7 +540,7 @@ const char *extra_info = NULL; bool read_hash_config(device_image_interface &image, const char *sysname, std::string &result) { hash_file *hashfile = NULL; - const hash_info *info = NULL; + const hash_info *info; /* open the hash file */ hashfile = hashfile_open(image.device().mconfig().options(), sysname, FALSE, NULL); |
