OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed9961c
)
Fixed typo
author
Jaroslav Kysela
<perex@perex.cz>
Wed, 16 Jul 2003 19:31:42 +0000
(19:31 +0000)
committer
Jaroslav Kysela
<perex@perex.cz>
Wed, 16 Jul 2003 19:31:42 +0000
(19:31 +0000)
src/pcm/pcm.c
patch
|
blob
|
history
diff --git
a/src/pcm/pcm.c
b/src/pcm/pcm.c
index
dbbfbe4
..
8ccb08c
100644
(file)
--- a/
src/pcm/pcm.c
+++ b/
src/pcm/pcm.c
@@
-2028,7
+2028,7
@@
int snd_pcm_wait(snd_pcm_t *pcm, int timeout)
return -EIO;
}
}
- return err_pol > 0 ? 1 : 0;
+ return err_pol
l
> 0 ? 1 : 0;
}
/**