From 35a3b5acb916a03d8d1821b8e370a5cc3615a2b9 Mon Sep 17 00:00:00 2001 From: Gerard van Dongen Date: Sat, 29 May 2004 08:04:56 +0000 Subject: fixed typo in conditional expression svn path=/trunk/externals/ff/; revision=1786 --- ff/ff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff/ff.c b/ff/ff.c index 20cbc4d..64a10d1 100644 --- a/ff/ff.c +++ b/ff/ff.c @@ -149,7 +149,7 @@ void ff_stop(t_ff *x) perror("couldn't read status of effect"); } - if (x->do_that.value = FF_STATUS_PLAYING) { + if (x->do_that.value == FF_STATUS_PLAYING) { x->do_that.type = EV_FF; x->do_that.code = x->effects.id; -- cgit v1.2.1