Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-18
2004-05-18 15:43:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c4596c3d67b7379fec7110a07dff5107d69acd2b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/base_server/prototypes.pike:1.133
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
132
2004/05/18 15:
36
:52 grubba Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
133
2004/05/18 15:
43
:52 grubba Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
1494:
#endif /* RAM_CACHE */ if (misc->vary && sizeof(misc->vary)) {
-
heads->Vary = ((array)misc->vary)*", "
+
heads->Vary = ((array)misc->vary)*", "
;
} if(mappingp(file->extra_heads))