summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thief.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thief.cpp')
-rw-r--r--src/mame/drivers/thief.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/thief.cpp b/src/mame/drivers/thief.cpp
index 960fdd08614..86ba9f5eae9 100644
--- a/src/mame/drivers/thief.cpp
+++ b/src/mame/drivers/thief.cpp
@@ -385,7 +385,7 @@ static const char *const sharkatt_sample_names[] =
"*sharkatt",
"talk",
"crash",
- 0 /* end of array */
+ nullptr /* end of array */
};
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@@ -395,7 +395,7 @@ static const char *const thief_sample_names[] =
"*thief",
"talk",
"crash",
- 0 /* end of array */
+ nullptr /* end of array */
};
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@@ -405,7 +405,7 @@ static const char *const natodef_sample_names[] =
"*natodef",
"talk",
"crash",
- 0 /* end of array */
+ nullptr /* end of array */
};