summaryrefslogtreecommitdiff
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
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
-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)
53 wav->envOffset=readData(file, 6); 53 wav->envOffset=readData(file, 6);
54 54
55 wav->tremSweep=readChar(file); 55 wav->tremSweep=readChar(file);
56 wav->tremRate==readChar(file); 56 wav->tremRate=readChar(file);
57 wav->tremDepth=readChar(file); 57 wav->tremDepth=readChar(file);
58 wav->vibSweep=readChar(file); 58 wav->vibSweep=readChar(file);
59 wav->vibRate=readChar(file); 59 wav->vibRate=readChar(file);