]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stat.c
stat.c: Fix a typo.
[paraslash.git] / stat.c
diff --git a/stat.c b/stat.c
index adff3b706ddbed2d1bf4dac6c46e41df5459e8a0..ed63ec36b36ff89b5dfc0767ddb6720a6b4a45bb 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -44,11 +44,9 @@ static struct list_head client_list;
 static int initialized;
 static int num_clients;
 
 static int initialized;
 static int num_clients;
 
-/**
- * the list of all status items sent by para_server/para_audiod
- */
+/** The list of all status items used by para_server/para_audiod. */
 const char *status_item_list[NUM_STAT_ITEMS] = {
 const char *status_item_list[NUM_STAT_ITEMS] = {
-       [SI_STATUS_BAR] = "status_bar",
+       [SI_BASENAME] = "basename",
        [SI_STATUS] = "status",
        [SI_NUM_PLAYED] = "num_played",
 
        [SI_STATUS] = "status",
        [SI_NUM_PLAYED] = "num_played",
 
@@ -66,7 +64,7 @@ const char *status_item_list[NUM_STAT_ITEMS] = {
 
        [SI_AUDIO_INFO3] = "audio_file_info3",
        [SI_AFS_MODE] = "afs_mode",
 
        [SI_AUDIO_INFO3] = "audio_file_info3",
        [SI_AFS_MODE] = "afs_mode",
-       [SI_DBINFO2] = "dbinfo2",
+       [SI_ATTRIBUTES] = "attributes",
 
        [SI_DBINFO3] = "dbinfo3",
        [SI_DECODER_FLAGS] = "decoder_flags",
 
        [SI_DBINFO3] = "dbinfo3",
        [SI_DECODER_FLAGS] = "decoder_flags",