wma_decode_superframe(): Make some variables more local.
[paraslash.git] / audiod_command.c
index 2eaf26b9ca0809c28b4b0c8d2d4c20e54fb9907d..bb916713254d96829a953a84121b0a3daeb992ba 100644 (file)
@@ -58,7 +58,7 @@ struct stat_client {
        struct list_head node;
 };
 
-static LIST_HEAD(client_list);
+static INITIALIZED_LIST_HEAD(client_list);
 static int num_clients;
 
 /** The list of all status items used by para_{server,audiod,gui}. */