X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=4259956f6ed5724d5afac014c170a1426b2e56db;hp=4ad1b5a88d957f411c5ccad6bb00f871e440f842;hb=54096edf9b0254303dfee9d8f87d2f2f0b17fcce;hpb=d1bfba58e0a93444c7381e9029eda5e786b2fa02 diff --git a/stat.c b/stat.c index 4ad1b5a8..4259956f 100644 --- a/stat.c +++ b/stat.c @@ -91,7 +91,7 @@ const char *status_item_list[NUM_STAT_ITEMS] = { [SI_CURRENT_TIME] = "current_time", [SI_AUDIOD_UPTIME] = "audiod_uptime", - [SI_DBTOOL] = "dbtool" + [SI_SELECTOR] = "dbtool" }; #define FOR_EACH_STAT_ITEM(i) for (i = 0; i < NUM_STAT_ITEMS; i++)