X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fserv_func.c;h=652ab857940e3fb07cb9720f2457204daec0133c;hb=37117bad89e16d3b7b89ab7e24526a5478593626;hp=a6b3d608e98814cb3d0638503968925262acb330;hpb=8cca0febb0328ba2759994318f557973d5b7279d;p=citadel.git diff --git a/webcit/serv_func.c b/webcit/serv_func.c index a6b3d608e..652ab8579 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -133,11 +133,11 @@ void fmout(FILE * fp) */ if ((bq == 0) && ((!strncmp(buf, " >", 2)) || (!strncmp(buf, " :-)", 4)))) { - wprintf(""); + wprintf(""); bq = 1; } else if ((bq == 1) && (strncmp(buf, " >", 2)) && (strncmp(buf, " :-)", 4))) { - wprintf(""); + wprintf(""); bq = 0; } /* Activate embedded URL's */