]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist.c
Declare {was,is}_admissible as bools.
[paraslash.git] / playlist.c
index 55a83436bb366ccdb280df9bf90bc025640004c9..db9d091a388af704b69cb3fa7667e5070cca0de1 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 #include <regex.h>
 #include <osl.h>
@@ -187,7 +183,8 @@ static int search_path(char *path, void *data)
 
 static int handle_audio_file_event(enum afs_events event, void *data)
 {
-       int ret, was_admissible = 0, is_admissible;
+       int ret;
+       bool was_admissible = false, is_admissible;
        struct osl_object playlist_def;
        char *new_path;
        const struct osl_row *row = data;