summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-08-10 21:25:21 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-08-10 21:25:21 +0000
commit13be687920e646008b52aa133399d595a2646cd1 (patch)
tree295f3a162b437b358f483bed40aac580407b1ebe /apps
parent59dc18dda092c0ca705107c882c168324f6941bc (diff)
downloadrockbox-13be687920e646008b52aa133399d595a2646cd1.tar.gz
rockbox-13be687920e646008b52aa133399d595a2646cd1.zip
== -> =. this should fix a build warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10518 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/midi/guspat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/guspat.c b/apps/plugins/midi/guspat.c
index 4b5e7a6a28..509a864528 100644
--- a/apps/plugins/midi/guspat.c
+++ b/apps/plugins/midi/guspat.c
@@ -53,7 +53,7 @@ struct GWaveform * loadWaveform(int file)
wav->envOffset=readData(file, 6);
wav->tremSweep=readChar(file);
- wav->tremRate==readChar(file);
+ wav->tremRate=readChar(file);
wav->tremDepth=readChar(file);
wav->vibSweep=readChar(file);
wav->vibRate=readChar(file);