Skip to content

Commit 01fede1

Browse files
authored
Update subtractions.cpp
1 parent e6ba856 commit 01fede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ODIN_II/SRC/subtractions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void instantiate_hard_adder_subtraction(nnode_t *node, short mark, netlist_t * /
140140

141141
if (len <= sanity) /* buffer not large enough */
142142
oassert(false);
143-
143+
144144
/* Give names to the output pins */
145145
for (i = 0; i < node->num_output_pins; i++)
146146
{

0 commit comments

Comments
 (0)