diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -144,7 +144,7 @@ int main(int argc, char *argv[]) | |||
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | if (strcmp(cmd, "queue") == 0) { | 146 | if (strcmp(cmd, "queue") == 0) { |
| 147 | process_queue(&snac); | 147 | process_user_queue(&snac); |
| 148 | return 0; | 148 | return 0; |
| 149 | } | 149 | } |
| 150 | 150 | ||