diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-10 21:03:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-10 21:03:02 +0300 |
commit | db02b3102f663820799ba192590e1c9cf932f524 (patch) | |
tree | 301adf05ebe8ed08de7419f90e8f4146ac4bfeea /debug.c | |
parent | a26024048be0ecabd545c3a487399c9e5713d395 (diff) | |
parent | b58ed880ff03d08d8f5e214344addbbcf39749c2 (diff) | |
download | egawk-db02b3102f663820799ba192590e1c9cf932f524.tar.gz egawk-db02b3102f663820799ba192590e1c9cf932f524.tar.bz2 egawk-db02b3102f663820799ba192590e1c9cf932f524.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4032,7 +4032,7 @@ print_instruction(INSTRUCTION *pc, Func_print print_func, FILE *fp, int in_dump) case Op_comment: print_memory(pc->memory, func, print_func, fp); - fprintf(fp, " [comment_type = %s]\n", + print_func(fp, " [comment_type = %s]\n", pc->memory->comment_type == EOL_COMMENT ? "EOL" : "FULL"); break; |