--- proxy_http.c.orig	Fri Sep 28 12:12:02 2001
+++ proxy_http.c	Wed Oct  3 14:50:58 2001
@@ -171,8 +171,8 @@
 		       const char *proxyhost, int proxyport)
 {
     const char *strp;
-    char *strp2, *pragma;
-    const char *err, *desthost;
+    char *strp2;
+    const char *err, *desthost, *pragma;
     int i, j, sock, len, backasswards;
     array_header *reqhdrs_arr;
     table *resp_hdrs;
@@ -474,7 +474,7 @@
 	ap_table_set(resp_hdrs, "URI", proxy_location_reverse_map(r, datestr));
 
  /* If "Pragma: no-cache" set nocache and make reply un-buffered to
- /* ensure timely delivery */
+    ensure timely delivery */
     if (((pragma = ap_table_get(resp_hdrs, "Pragma")) != NULL &&
         ap_proxy_liststr(pragma, "no-cache"))) {
         nocache = 1;
