summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--volfixd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/volfixd.c b/volfixd.c
index 0e8fcda..68e473a 100644
--- a/volfixd.c
+++ b/volfixd.c
@@ -44,7 +44,7 @@ int main(int argc, char *argv[]) {
snd_mixer_selem_id_set_name(sid, "LFE");
elemLFE = snd_mixer_find_selem(handle, sid);
- while (1==1) {
+ for (;;) {
snd_mixer_wait(handle,-1);
snd_mixer_handle_events(handle);