summaryrefslogtreecommitdiff
path: root/gen-stubs.bash
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-10-30 23:02:28 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-10-30 23:02:28 +0200
commit2717739e1954dd8c30010e9c2ae654e9baadd637 (patch)
tree4e2311212c4368e090d84f6eda16b2cc683da60a /gen-stubs.bash
parent2ce64c8c7883c05547b9333ec67db11b69de2400 (diff)
Fix openal
Diffstat (limited to 'gen-stubs.bash')
-rw-r--r--gen-stubs.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-stubs.bash b/gen-stubs.bash
index 734dc2e..88f3366 100644
--- a/gen-stubs.bash
+++ b/gen-stubs.bash
@@ -19,7 +19,7 @@ should_error()
{
# stubs that should return error value
grep -Fqs "$(cat << EOF
-snd_card_
+_malloc
snd_config_
EOF
)" <<<"$1"