randyk 2004/04/29 22:08:36
Modified: src apreq_parsers.c
Log:
Reviewed by: joes
Visual C++ on Win32 wants to have a default statement.
Revision Changes Path
1.44 +1 -1 httpd-apreq-2/src/apreq_parsers.c
Index: apreq_parsers.c
===================================================================
RCS file: /home/cvs/httpd-apreq-2/src/apreq_parsers.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- apreq_parsers.c 18 Apr 2004 01:40:47 -0000 1.43
+++ apreq_parsers.c 30 Apr 2004 05:08:35 -0000 1.44
@@ -878,7 +878,7 @@
APR_BRIGADE_INSERT_HEAD(bb,e);
break;
default:
- /* has body, ok */
+ ; /* has body, ok */
}
cd = apr_table_get(ctx->info, "Content-Disposition");