summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/phoenix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/phoenix.c')
-rw-r--r--src/mame/audio/phoenix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/phoenix.c b/src/mame/audio/phoenix.c
index 411784c503f..5077fab46f6 100644
--- a/src/mame/audio/phoenix.c
+++ b/src/mame/audio/phoenix.c
@@ -426,7 +426,7 @@ void *phoenix_sh_start(int clock, const struct CustomSound_interface *config)
channel = stream_create(0, 1, Machine->sample_rate, 0, phoenix_sound_update);
state_save_register_global_pointer(poly18, (1ul << (18-5)) );
-
+
/* a dummy token */
return auto_malloc(1);
}