1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

FreeTDM: remove stray apostrophe

This commit is contained in:
Stefan Knoblich 2010-04-30 22:28:38 +02:00
parent 6e7f93d9cf
commit 86fcc2c04c

@ -273,7 +273,7 @@ FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_
#else
/* 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;
return FTDM_FAIL;
}