summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-13 22:19:22 +0100
committerRobin Gareus <robin@gareus.org>2014-11-13 22:19:22 +0100
commit4ba4677b4538c551e000dcae1289f966a4b07c26 (patch)
tree677f777f3594783c098ab140cefa360ead6de549
parent9301ffafab4163e71b1b9fcc9d5f817cae606563 (diff)
yet another copy/paste typo :(
-rw-r--r--libs/backends/jack/weak_libjack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/jack/weak_libjack.c b/libs/backends/jack/weak_libjack.c
index 1bd3305dfc..775410287b 100644
--- a/libs/backends/jack/weak_libjack.c
+++ b/libs/backends/jack/weak_libjack.c
@@ -69,7 +69,7 @@ typedef void * __attribute__ ((__may_alias__)) pvoid_t;
fprintf(stderr, "*** WEAK-JACK: required symbol 'jack_%s' was not found\n", "" # SYM); \
} \
err |= FAIL; \
- if (!_j._ ## SYM) err |= FAIL;
+ }
#endif
typedef void (* func_t) (void);