Corrected typo in CmdCD.c for "count_total" when compiled without Tcl/Tk.
This commit is contained in:
parent
0a78dc0ab5
commit
bcb8e9a081
|
|
@ -3373,7 +3373,7 @@ CmdDrc(w, cmd)
|
||||||
#else
|
#else
|
||||||
if ((DRCBackGround != DRC_SET_OFF) && (count_total == -1))
|
if ((DRCBackGround != DRC_SET_OFF) && (count_total == -1))
|
||||||
count_total = 0;
|
count_total = 0;
|
||||||
if (count_gotal >= 0)
|
if (count_total >= 0)
|
||||||
TxPrintf("Total DRC errors found: %d\n", count_total);
|
TxPrintf("Total DRC errors found: %d\n", count_total);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue