mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
core: Fix return of pa_cpu_init_arm()
This commit is contained in:
parent
7ea740b2c8
commit
505a015695
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
if (!(cpuinfo = get_cpuinfo())) {
|
||||
pa_log("Can't read cpuinfo");
|
||||
return;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
*flags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue