Fix typos in comments and strings to reduce future slumming for credit.
[ircu2.10.12-pk.git] / ircd / test / test_stub.c
index 470e0b0a0fed3c5f20da27b82d6014b4f2a62dc6..aa9227bb000abecd23a146ed7ff7baf11728cee7 100644 (file)
@@ -31,9 +31,9 @@ debug(int level, const char *form, ...)
 }
 
 int
-exit_client(struct Client *cptr, struct Client *bcptr, struct Client *sptr,
+exit_client(struct Client *cptr, struct Client *victim, struct Client *killer,
             const char *comment)
 {
-    Debug((DEBUG_LIST, "exit_client(%p, %p, %p, \"%s\")\n", cptr, bcptr, sptr, comment));
+    Debug((DEBUG_LIST, "exit_client(%p, %p, %p, \"%s\")\n", cptr, victim, killer, comment));
     return 0;
 }