Fix build with DEBUG_RAW_IO=1

This commit is contained in:
Jiri Denemark 2010-04-27 10:11:46 +02:00
parent 1b9347b5f1
commit 29bca037aa

View File

@ -166,7 +166,7 @@ char *qemuMonitorEscapeShell(const char *in)
}
#if QEMU_DEBUG_RAW_IO
#if DEBUG_RAW_IO
# include <c-ctype.h>
static char * qemuMonitorEscapeNonPrintable(const char *text)
{