Grammar change in the license declaration.
[citadel.git] / textclient / ipc_c_tcp.c
index b24a130b823cdc592c0f7caef25a09c1f1954f5c..0a448c97d60a0cabac16510d639890e01dec13a2 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (c) 1987-2018 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
@@ -17,7 +17,7 @@
 /* Note that some of these functions may not work with multiple instances. */
 
 static void (*deathHook)(void) = NULL;
-int (*error_printf)(char *s, ...) =(int(*)(char *, ...)) printf;
+int (*error_printf)(char *s, ...) = (int (*)(char *, ...)) printf;
 
 void setIPCDeathHook(void (*hook)(void)) {
        deathHook = hook;