summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c
index 3e1e7cb..8052480 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -337,7 +337,7 @@ int PlayAudio(const uint8_t * data, int size, uint8_t id)
avpkt->data = (void *)data;
avpkt->size = size;
n = FindAudioSync(avpkt);
- if (1 && n < 0) {
+ if (n < 0) {
return osize;
}