]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audioc.c
Define status items in para.h.
[paraslash.git] / audioc.c
index 38a8db5dfb075e839b69042195fbdc6afb003455..2711ac1a0cc21c7ff41ef22769e304b5ffb87506 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -116,7 +116,7 @@ static void version_completer(struct i9e_completion_info *ci,
 static void stat_completer(struct i9e_completion_info *ci,
                struct i9e_completion_result *cr)
 {
-       char *sia[] = {STATUS_ITEM_ARRAY NULL};
+       char *sia[] = {STATUS_ITEMS NULL};
        char *opts[] = {LSG_AUDIOD_CMD_STAT_OPTS, NULL};
 
        if (ci->word_num <= 2 && ci->word && ci->word[0] == '-')