提交 ae12913f authored 作者: Stefan Knoblich's avatar Stefan Knoblich

[FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage.

上级 f822180f
......@@ -274,7 +274,7 @@ FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_
/* Unsupported */
FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_stats *p, double *idle_percentage)
{
*idle_percentate = 100.0;
*idle_percentage = 100.0;
return FTDM_FAIL;
}
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论