diff options
| author | default <nobody@localhost> | 2023-02-02 04:50:51 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-02-02 04:50:51 +0100 |
| commit | 8d22c448d473491b959709d29af46c25e3d7f80b (patch) | |
| tree | b3e940795e06cc130498485d98075617698cc174 /main.c | |
| parent | 106c94ef86c5c8eb05c3e8ac62f1af3504d8aba0 (diff) | |
process_queue() has been renamed to process_user_queue().
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[]) } if (strcmp(cmd, "queue") == 0) { - process_queue(&snac); + process_user_queue(&snac); return 0; } |