Codechange: Use null pointer literal instead of the NULL macro
This commit is contained in:

committed by
Michael Lutz

parent
3b4f224c0b
commit
7c8e7c6b6e
@@ -396,7 +396,7 @@ const char *MusicDriver_Win32::Start(const char * const *parm)
|
||||
if (timeBeginPeriod(_midi.time_period) == MMSYSERR_NOERROR) {
|
||||
/* success */
|
||||
DEBUG(driver, 2, "Win32-MIDI: Start: timer resolution is %d", (int)_midi.time_period);
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
midiOutClose(_midi.midi_out);
|
||||
|
Reference in New Issue
Block a user