]> code.citadel.org Git - citadel.git/blobdiff - textclient/ipc_c_tcp.c
textclient: indent -kr -i8 -brf -bbb -fnc -l132 -nce
[citadel.git] / textclient / ipc_c_tcp.c
index b24a130b823cdc592c0f7caef25a09c1f1954f5c..573f872d3c98400a46b1ebc94f601a8e968fc569 100644 (file)
@@ -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;