core: Fix return of pa_cpu_init_arm()

This commit is contained in:
Peter Meerwald 2011-12-30 22:28:31 +01:00 committed by Arun Raghavan
parent 7ea740b2c8
commit 505a015695

View file

@ -89,7 +89,7 @@ pa_bool_t pa_cpu_init_arm(pa_cpu_arm_flag_t *flags) {
* space support to get the CPU features. This only works on linux AFAIK. */ * space support to get the CPU features. This only works on linux AFAIK. */
if (!(cpuinfo = get_cpuinfo())) { if (!(cpuinfo = get_cpuinfo())) {
pa_log("Can't read cpuinfo"); pa_log("Can't read cpuinfo");
return; return FALSE;
} }
*flags = 0; *flags = 0;