summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c352.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c352.cpp')
-rw-r--r--src/devices/sound/c352.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c352.cpp b/src/devices/sound/c352.cpp
index 015f132d229..ea22dbf50f6 100644
--- a/src/devices/sound/c352.cpp
+++ b/src/devices/sound/c352.cpp
@@ -298,7 +298,7 @@ void c352_device::device_start()
}
for(int i=0;i<128;i++)
m_mulawtab[i+128] = (~m_mulawtab[i])&0xffe0;
-
+
// register save state info
for (i = 0; i < 32; i++)
{