diff options
| author | 2015-11-11 17:15:40 +0100 | |
|---|---|---|
| committer | 2015-11-11 17:19:26 +0100 | |
| commit | 02f128df25b158ab772e4156132eb7b0e460df11 (patch) | |
| tree | 0556a88a90e2dfcee5c7fbe0f8360d712a625d6e /src/emu/input.cpp | |
| parent | ae5167a2d97ad8afe3bba989fe3ba846fa7fe355 (diff) | |
more cleanups and fix (nw)
Diffstat (limited to 'src/emu/input.cpp')
| -rw-r--r-- | src/emu/input.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/input.cpp b/src/emu/input.cpp index 4e9bbeb073a..e24501afde0 100644 --- a/src/emu/input.cpp +++ b/src/emu/input.cpp @@ -859,6 +859,7 @@ input_item_id input_device::add_item(const char *name, input_item_id itemid, ite break; default: + item = NULL; assert(false); } |
