diff options
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
-rw-r--r-- | src/emu/debug/debughlp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp index 1dcb7a31477..fcfaeacd29f 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -1469,7 +1469,7 @@ static const help_item static_help_list[] = const char *debug_get_help(const char *tag) { static char ambig_message[1024]; - const help_item *found = NULL; + const help_item *found = nullptr; int i, msglen, foundcount = 0; int taglen = (int)strlen(tag); char tagcopy[256]; |