Skip to content

Commit

Permalink
Use C-style comments
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 3, 2021
1 parent 6d2193b commit 55410cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions midi/drivers/winmm_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

#include <libretro.h>
#include <lists/string_list.h>
#include "../../verbosity.h"
#include <string/stdstring.h>

#include "../../verbosity.h"
#include "../midi_driver.h"

#define WINMM_MIDI_BUF_CNT 3
Expand Down Expand Up @@ -605,8 +605,8 @@ static bool winmm_midi_flush(void *p)
#ifdef DEBUG
RARCH_ERR("[MIDI]: midiStreamOut failed with error %d.\n", mmr);
#endif
// Core sent MIDI message not understood by the MIDI driver
// Make this buffer available to be used again
/* Core sent MIDI message not understood by the MIDI driver
* Make this buffer available to be used again */
buf->header.dwFlags |= MHDR_DONE;
buf->header.dwFlags &= ~MHDR_INQUEUE;
return false;
Expand Down

0 comments on commit 55410cf

Please sign in to comment.