]> code.citadel.org Git - citadel.git/blobdiff - textclient/citadel_ipc.c
Grammar change in the license declaration.
[citadel.git] / textclient / citadel_ipc.c
index 26d2fa2adba91162d70ede35d6c3599177f5e61d..d5899c247fc5271c85fdf0486c2d9a7e5d925ea5 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (c) 1987-2022 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, and/or
-// disclosure are subject to the GNU General Purpose License version 3.
+// disclosure is subject to the GNU General Purpose License version 3.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -1927,8 +1927,7 @@ int CtdlIPCAideSetUserParameters(CtdlIPC * ipc, const struct ctdluser *uret, cha
                return -1;
 
        sprintf(aaa, "ASUP %s|%s|%d|0|0|%d|%ld|%ld|%d",
-               uret->fullname, uret->password, uret->flags,
-               uret->axlevel, uret->usernum, uret->lastcall, uret->USuserpurge);
+               uret->fullname, uret->password, uret->flags, uret->axlevel, uret->usernum, uret->lastcall, uret->USuserpurge);
        ret = CtdlIPCGenericCommand(ipc, aaa, NULL, 0, NULL, NULL, cret);
        free(aaa);
        return ret;