diff options
Diffstat (limited to 'monitor.c')
| -rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c index 909325423a..aac88781cc 100644 --- a/monitor.c +++ b/monitor.c @@ -2272,7 +2272,7 @@ static int get_monitor_def(target_long *pval, const char *name) static void next(void) { - if (pch != '\0') { + if (*pch != '\0') { pch++; while (qemu_isspace(*pch)) pch++; |