mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
FreeTDM: remove stray apostrophe
This commit is contained in:
parent
6e7f93d9cf
commit
86fcc2c04c
@ -273,7 +273,7 @@ FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_
|
|||||||
#else
|
#else
|
||||||
/* Unsupported */
|
/* Unsupported */
|
||||||
FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_stats *p, double *idle_percentage)
|
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_percentate = 100.0;
|
||||||
return FTDM_FAIL;
|
return FTDM_FAIL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user