diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/vhdl-formatters.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-formatters.adb b/src/vhdl/vhdl-formatters.adb index 9e870ddc2..b40615f99 100644 --- a/src/vhdl/vhdl-formatters.adb +++ b/src/vhdl/vhdl-formatters.adb @@ -592,6 +592,7 @@ package body Vhdl.Formatters is Vpos := (others => 0); Vdone := (others => False); Diff_Col := 0; + Prev_Col := 0; -- First pass: compute the positions loop |