From: Michael Wallner Date: Fri, 26 Aug 2005 07:19:23 +0000 (+0000) Subject: -typo X-Git-Tag: RELEASE_0_12_0~7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=ab58ba30b72ffb197f5f2429540380cd96e2d315 -typo --- diff --git a/php_http_cache_api.h b/php_http_cache_api.h index b812089..f92e30a 100644 --- a/php_http_cache_api.h +++ b/php_http_cache_api.h @@ -87,7 +87,7 @@ static inline void *_http_etag_init(TSRMLS_D) #ifdef HAVE_LIBMHASH default: if ((mode < 0) || ((ulong)mode > mhash_count()) || (!(ctx = mhash_init(mode)))) { - http_error_ex(HE_ERROR, HE_RUNTIME, "Invalid ETag mode: %ld", mode); + http_error_ex(HE_ERROR, HTTP_E_RUNTIME, "Invalid ETag mode: %ld", mode); } break; #endif