From: Sarantis Paskalis Date: Wed, 6 Jun 2001 09:37:59 +0000 (+0000) Subject: Fix misplaced comment start. X-Git-Tag: v_2_9_9~383 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@proxy-info-url@?a=commitdiff_plain;h=9d8a8f5190b3addf42b8c9d137d27cdaa2a9eea4;p=privoxy.git Fix misplaced comment start. --- diff --git a/showargs.c b/showargs.c index 0dd2ef34..6491418c 100644 --- a/showargs.c +++ b/showargs.c @@ -1,4 +1,4 @@ -const char showargs_rcs[] = "$Id: showargs.c,v 1.11 2001/06/03 11:03:48 oes Exp $"; +const char showargs_rcs[] = "$Id: showargs.c,v 1.12 2001/06/04 10:41:52 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/showargs.c,v $ @@ -33,6 +33,9 @@ const char showargs_rcs[] = "$Id: showargs.c,v 1.11 2001/06/03 11:03:48 oes Exp * * Revisions : * $Log: showargs.c,v $ + * Revision 1.12 2001/06/04 10:41:52 swa + * show version string of cgi.h and cgi.c + * * Revision 1.11 2001/06/03 11:03:48 oes * Makefile/in * @@ -514,7 +517,7 @@ char *end_proxy_args(struct configuration_spec * config) b = strsav(b, "
  • #define FAST_REDIRECTS - Enables intercepting remote script redirects.
  • \n"); #else /* ifndef FAST_REDIRECTS */ b = strsav(b, "
  • #undef FAST_REDIRECTS - Disables intercepting remote script redirects.
  • \n"); -#endif ndef /* FAST_REDIRECTS */ +#endif /* ndef FAST_REDIRECTS */ b = strsav(b, "\n
    \n");