FreeTDM: remove stray apostrophe

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

View File

@ -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;
} }