diff options
| author | 2015-12-04 07:02:45 +0100 | |
|---|---|---|
| committer | 2015-12-04 07:02:45 +0100 | |
| commit | 0c56ac848dd0eba359500d444ecbb51f215ff5b9 (patch) | |
| tree | ad3444449470cec94ccaffd174c5a4d1bc90d1e1 /src/devices/machine/pckeybrd.cpp | |
| parent | 68f961927a156c47cb444c1f66258a89342d0205 (diff) | |
clang-modernize part 3
Diffstat (limited to 'src/devices/machine/pckeybrd.cpp')
| -rw-r--r-- | src/devices/machine/pckeybrd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pckeybrd.cpp b/src/devices/machine/pckeybrd.cpp index f7a049e2469..513b9036dc9 100644 --- a/src/devices/machine/pckeybrd.cpp +++ b/src/devices/machine/pckeybrd.cpp @@ -208,7 +208,7 @@ const at_keyboard_device::extended_keyboard_code at_keyboard_device::m_extended_ /* print screen */ { "\xe0\x12\xe0\x7c", - 0, /* I don't know the break sequence */ + nullptr, /* I don't know the break sequence */ }, /* right alt */ @@ -269,7 +269,7 @@ const at_keyboard_device::extended_keyboard_code at_keyboard_device::m_extended_ /* pause */ { "\xe1\x14\x77\xe1\xf0\x14\xf0\x77", - 0, /*?? I don't know the break sequence */ + nullptr, /*?? I don't know the break sequence */ } }; |
