diff options
| author | Daniel Mack <daniel@caiaq.de> | 2009-09-14 16:25:35 +0800 | 
|---|---|---|
| committer | Daniel Mack <daniel@caiaq.de> | 2009-09-14 16:25:35 +0800 | 
| commit | bebaa491650c48697b861ec5e76816e9af1a8803 (patch) | |
| tree | b57d38476473f8fc6e282f8c39f730c936fa10d4 /src/modules/hal-util.c | |
| parent | c6d330ef91ce401660f907536b1bfd0591c14c2a (diff) | |
| parent | 180ef1eebdfbdf0220af1fb5e4bf43e348207cde (diff) | |
Merge branch 'master' of git://0pointer.de/pulseaudio
Diffstat (limited to 'src/modules/hal-util.c')
| -rw-r--r-- | src/modules/hal-util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/modules/hal-util.c b/src/modules/hal-util.c index e2a2d8d7..2d59f51d 100644 --- a/src/modules/hal-util.c +++ b/src/modules/hal-util.c @@ -65,7 +65,7 @@ int pa_hal_get_info(pa_core *core, pa_proplist *p, int card) {          goto finish;      } -    if (!(udis = libhal_find_device_by_capability(hal, "sound", &n, &error)) < 0) { +    if (!(udis = libhal_find_device_by_capability(hal, "sound", &n, &error))) {          pa_log_error("Couldn't find devices: %s: %s", error.name, error.message);          goto finish;      } | 
