summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvtext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/dvtext.cpp')
-rw-r--r--src/emu/debug/dvtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvtext.cpp b/src/emu/debug/dvtext.cpp
index 80f1aa7982c..ce1d8abdb1b 100644
--- a/src/emu/debug/dvtext.cpp
+++ b/src/emu/debug/dvtext.cpp
@@ -79,7 +79,7 @@ void debug_view_textbuf::view_update()
UINT32 col = 0;
// if this visible row is valid, add it to the buffer
- if (line != NULL)
+ if (line != nullptr)
{
size_t len = strlen(line);
UINT32 effcol = m_topleft.x;