]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
Declare {was,is}_admissible as bools.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index a535bdcfe2c5c1dd74470bb3f11ccdeda3e9e01f..67c18d6781eb2cd428e1e2b5af9324dd3e50dee0 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -480,7 +480,8 @@ static int mood_update_audio_file(const struct osl_row *aft_row,
                struct afs_info *old_afsi)
 {
        long score, percent;
-       int ret, is_admissible, was_admissible = 0;
+       int ret;
+       bool is_admissible, was_admissible;
        struct afs_info afsi;
        unsigned rank;