missing semicolon at end of statement

This commit is contained in:
Harald Welte 2009-12-22 13:16:27 +01:00
parent b908cb7e0e
commit 9c4f6b5dca
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ static int set_system_infos(struct gsm_bts_trx *trx)
rsl_bcch_info(trx, i, si_tmp, sizeof(si_tmp));
}
#ifdef GPRS
i = 13
i = 13;
rc = gsm_generate_si(si_tmp, trx->bts, RSL_SYSTEM_INFO_13);
if (rc < 0)
goto err_out;