summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/starwars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/starwars.c')
-rw-r--r--src/mame/audio/starwars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/starwars.c b/src/mame/audio/starwars.c
index 2c659080874..827e6bd316a 100644
--- a/src/mame/audio/starwars.c
+++ b/src/mame/audio/starwars.c
@@ -94,7 +94,7 @@ READ8_HANDLER( starwars_m6532_r )
return temp;
default:
- return 0;
+ return 0;
}
}