aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/bc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c
index 47cde7080..0e5f26ce4 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -6808,7 +6808,7 @@ static BC_STATUS zbc_vm_process(const char *text)
6808 bc_vec_pop_all(&f->code); 6808 bc_vec_pop_all(&f->code);
6809 ip->inst_idx = 0; 6809 ip->inst_idx = 0;
6810 } 6810 }
6811 done: 6811 IF_DC(done:)
6812 dbg_lex_done("%s:%d done", __func__, __LINE__); 6812 dbg_lex_done("%s:%d done", __func__, __LINE__);
6813 RETURN_STATUS(s); 6813 RETURN_STATUS(s);
6814} 6814}