diff options
| author | 2015-12-03 18:17:25 +0100 | |
|---|---|---|
| committer | 2015-12-03 18:17:25 +0100 | |
| commit | 91605d3f4df9b9fb1490c276053ff274fb728816 (patch) | |
| tree | ec89d290d9bfba3b27d4aa28336a5ac9a9d45a7a /src/emu/debug/debughlp.cpp | |
| parent | 5232ca932afe0acc8c3ef2bd3599e04a8c7def69 (diff) | |
clang-modernize part 1 (nw)
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]; |
