diff options
Diffstat (limited to 'src/shell.c')
-rw-r--r-- | src/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c index 175f849b6..f10a6932e 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1336,6 +1336,8 @@ static int display_stats( fprintf(pArg->out, "Virtual Machine Steps: %d\n", iCur); } + /* Do not remove this machine readable comment: extra-stats-output-here */ + return 0; } |