diff options
author | 2015-06-25 21:48:33 -0500 | |
---|---|---|
committer | 2015-07-08 14:05:56 -0500 | |
commit | a821b6c4bedde75481a5c4abce038462da3a4c9f (patch) | |
tree | d7deee5e8447f7c0d3872ad4a58b10058c669a26 /src/emu/cpu/uml.h | |
parent | 9306af2c50e06d307b6acf72089e0cbb37d85718 (diff) |
blame balrog for this :) (NW)
Diffstat (limited to 'src/emu/cpu/uml.h')
-rw-r--r-- | src/emu/cpu/uml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/uml.h b/src/emu/cpu/uml.h index 6d1e6c2d89a..96960bd910e 100644 --- a/src/emu/cpu/uml.h +++ b/src/emu/cpu/uml.h @@ -655,7 +655,7 @@ namespace uml const parameter M7(parameter::make_mapvar(MAPVAR_M0 + 7)); const parameter M8(parameter::make_mapvar(MAPVAR_M0 + 8)); const parameter M9(parameter::make_mapvar(MAPVAR_M0 + 9)); -}; +} #endif /* __UML_H__ */ |