summaryrefslogtreecommitdiff
path: root/tools/voicefont.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voicefont.c')
-rw-r--r--tools/voicefont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voicefont.c b/tools/voicefont.c
index 9a8a7fbc02..b732f49c07 100644
--- a/tools/voicefont.c
+++ b/tools/voicefont.c
@@ -153,7 +153,7 @@ int voicefont(FILE* voicefontids,int targetnum,char* filedir, FILE* output, unsi
153 } 153 }
154 else /* second run, skip the non voice only ones */ 154 else /* second run, skip the non voice only ones */
155 { 155 {
156 if (!voiceonly[i] == 1) 156 if (!(voiceonly[i] == 1))
157 continue; 157 continue;
158 } 158 }
159 159