Remove extra ';'

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 18:52:38 +00:00
parent bdf95cdef0
commit 5eed219cef

View File

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