sysmobts: Specify the constant as a float and not a double

This commit is contained in:
Holger Hans Peter Freyther 2013-12-29 10:14:20 +01:00
parent 623d97a0d3
commit c28a5b0b25
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ static int mph_send_activate_req(struct gsm_lchan *lchan, struct sapi_cmd *cmd)
* Be sure that every packet is received, even if it
* fails. In this case the length might be lower or 0.
*/
act_req->fBFILevel = -200.0;
act_req->fBFILevel = -200.0f;
break;
default:
break;