Remove extra ';'

Found by:       FlexeLint
This commit is contained in:
phk 2003-05-31 18:52:38 +00:00
parent 6da1565baf
commit eb6584f017

View File

@ -103,7 +103,7 @@ trig_arg(FPU_REG * X)
rv = q & 7; rv = q & 7;
control_word = old_cw; control_word = old_cw;
return rv;; return rv;
} }