summaryrefslogtreecommitdiff
path: root/gen-stubs.bash
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-10-31 01:04:28 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-10-31 01:04:28 +0200
commit56a459275f2822cc962402bec2de09cdb4926628 (patch)
tree4dda43d20c53d8b2fb5ac56ea2106fa5b5033502 /gen-stubs.bash
parent9a1293c36b041b90d17180c0268297ba5e535d59 (diff)
make openal work
make ctl functions return error
Diffstat (limited to 'gen-stubs.bash')
-rw-r--r--gen-stubs.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-stubs.bash b/gen-stubs.bash
index cd5a6cb..3823cc7 100644
--- a/gen-stubs.bash
+++ b/gen-stubs.bash
@@ -21,6 +21,7 @@ should_error()
grep -Fqs "$(cat << EOF
_malloc
snd_config_
+snd_ctl_
EOF
)" <<<"$1"
}