Commit c7dd2542 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

WARN() about missing /dev/sequencer, it's too confusing for newbies.

parent 17249553
......@@ -27,7 +27,7 @@
#include "heap.h"
#include "ldt.h"
DEFAULT_DEBUG_CHANNEL(midi)
DEFAULT_DEBUG_CHANNEL(midi);
#ifdef HAVE_OSS_MIDI
......@@ -383,7 +383,7 @@ static int midiOpenSeq(void)
if (midiSeqFD == -1) {
if (midi_warn)
{
MESSAGE("Can't open MIDI device '%s' ! (%s). If your "
WARN("Can't open MIDI device '%s' ! (%s). If your "
"program needs this (probably not): %s\n",
MIDI_SEQ, strerror(errno),
errno == ENOENT ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment