aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index 3a1fe336b56..e8fcd2b6a45 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1345,6 +1345,7 @@ print_preprocess (obj)
1345 { 1345 {
1346 /* OBJ appears more than once. Let's remember that. */ 1346 /* OBJ appears more than once. Let's remember that. */
1347 PRINT_NUMBER_STATUS (Vprint_number_table, i) = Qt; 1347 PRINT_NUMBER_STATUS (Vprint_number_table, i) = Qt;
1348 print_depth--;
1348 return; 1349 return;
1349 } 1350 }
1350 1351