summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2023-02-02 04:50:51 +0100
committerGravatar default2023-02-02 04:50:51 +0100
commit8d22c448d473491b959709d29af46c25e3d7f80b (patch)
treeb3e940795e06cc130498485d98075617698cc174 /main.c
parentqueue() renamed to user_queue(). (diff)
downloadsnac2-8d22c448d473491b959709d29af46c25e3d7f80b.tar.gz
snac2-8d22c448d473491b959709d29af46c25e3d7f80b.tar.xz
snac2-8d22c448d473491b959709d29af46c25e3d7f80b.zip
process_queue() has been renamed to process_user_queue().
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9bcc545..e9f9939 100644
--- a/main.c
+++ b/main.c
@@ -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